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
when starting more than one listener (most likely through goroutines) the initialization order is not determined. on restart this can result in the wrong socket being assigned to a server.
solution: pass original initialization order (by address) to the child.
this only affects users that start more than one server in one binary.
The text was updated successfully, but these errors were encountered:
when starting more than one listener (most likely through goroutines) the initialization order is not determined. on restart this can result in the wrong socket being assigned to a server.
solution: pass original initialization order (by address) to the child.
this only affects users that start more than one server in one binary.
The text was updated successfully, but these errors were encountered: