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 (sory my english)
i made some test: i connect to chrome dev tools listening on port 9222 by two dll's - websocketsharp and websocket4net - both ask chrome the same questions and get the same answers but websocket4net use 1,6 second for complete all tests and websocketsharp 25s !!!
any idea what may be a problem ?
Yes, this library is in fact slow and most likely outdated. I had issues running the server with mono, was able to only handle a very low and very random number of clients, sometimes 12, sometimes 28, sometimes 47, sometimes 77.
So I had to replace this with another server solution, specifically vtorola.websockets, it can handle 350 connections with no problems now.
hi (sory my english)
i made some test: i connect to chrome dev tools listening on port 9222 by two dll's - websocketsharp and websocket4net - both ask chrome the same questions and get the same answers but websocket4net use 1,6 second for complete all tests and websocketsharp 25s !!!
any idea what may be a problem ?
The text was updated successfully, but these errors were encountered: