sta / websocket-sharp

A C# implementation of the WebSocket protocol client and server

Home Page:http://sta.github.io/websocket-sharp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hangs when sending big data

GholibjonMadiyarov opened this issue · comments

Hello, I am working on a project that works with a lot of real time data. For my project, I chose your project (websocket-sharp). I created a test project, tested it, everything works fine, but when sending a large amount of data (from 100 kb), they are sent very slowly and the program freezes