Memory leak in case web socket server is not started #115
Unanswered
hitesh7077
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I'm facing memory leak issue when web socket server is not running and my web socket client tries to reconnect as specified ErrorReconnectTimeout of 2 seconds.
I have hosted my .NET 5.0 application as windows service and I have added websocket-client as singleton service in dependency injection.
Is there any way we can release memory used by web-scoket-client objects ?
Beta Was this translation helpful? Give feedback.
All reactions