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
I am running into an issue where cleanup of closed connections is not happening properly. I am using keep alive server so that proper cleanup happens, but I can see lot of go routines running on my machine waiting at line 379 in https://github.com/gammazero/nexus/blob/v3/transport/websocketpeer.go.
Can someone please help me understand when can this happen and how to fix this?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I am running into an issue where cleanup of closed connections is not happening properly. I am using keep alive server so that proper cleanup happens, but I can see lot of go routines running on my machine waiting at line 379 in https://github.com/gammazero/nexus/blob/v3/transport/websocketpeer.go.
Can someone please help me understand when can this happen and how to fix this?
Thanks
The text was updated successfully, but these errors were encountered: