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
How do I close a started listener (with diam.ListenAndServe()) so that the local port can be reused?
Using SCTP I tried to close the listener returned by MultistreamListen but it seems that SCTPListener.Accept does not return upon that.
I don't want to exit the entire application.
The text was updated successfully, but these errors were encountered:
How do I close a started listener (with
diam.ListenAndServe()
) so that the local port can be reused?Using SCTP I tried to close the listener returned by
MultistreamListen
but it seems thatSCTPListener.Accept
does not return upon that.I don't want to exit the entire application.
The text was updated successfully, but these errors were encountered: