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
It turned out, that in some cases TCP stage from Akka.Streams can hang infinitely - this is related to the fact that TaskCompletionSource<T>.TrySetResult and family is blocking operation which causes this line to deadlock and never end, effectively blocking TCP server from accepting new connections.