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
Hi, I'm glad I've found this library and really quick to start using it, anyway , we facing some issues at the moment, our application its meant to receive TCP clients and leave them on as long as they want to be logged in, after a day using it we notice increase on CPU and our debugging its telling us it is related to BuildFromStream->AppendBytes .. seems like a lot of these intances are being created and cpu gets busy trying to create all of them.. I've read from previous discussion that probably the Server side think there's an alive connection that its not anymore and probably its trying to read messages of a "Client" that already does not exist, anyway could you provide an idea how to manage this? should we turn of any setting like KeepAlive, idle settings, etc. I really appreciate your comments on this.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm glad I've found this library and really quick to start using it, anyway , we facing some issues at the moment, our application its meant to receive TCP clients and leave them on as long as they want to be logged in, after a day using it we notice increase on CPU and our debugging its telling us it is related to BuildFromStream->AppendBytes .. seems like a lot of these intances are being created and cpu gets busy trying to create all of them.. I've read from previous discussion that probably the Server side think there's an alive connection that its not anymore and probably its trying to read messages of a "Client" that already does not exist, anyway could you provide an idea how to manage this? should we turn of any setting like KeepAlive, idle settings, etc. I really appreciate your comments on this.
Beta Was this translation helpful? Give feedback.
All reactions