You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sctp Association::server does not track multiple connections. DisconnectedPacketConn simply sends to the last address it received from, pretending that it's a 1:1 connection instead of 1:many, and Association doesn't know about remote addresses at all.