Commit Graph

4 Commits

Author SHA1 Message Date
alfred
cf379002a4 Use socket_select to improve socket reader efficiency
Fix:(When using ZoneTcpClient)
1. Many packets are stuck in receiving queue, cannot be processed in time;
   On Linux, use below command to check Recv-Q:
       ss -ntp dport = 2243
2. Above issue will cause websocket to be dropped from time to time.
3. Improve websocket message parsing, so we won't see unexpected messages;
2020-03-20 22:22:35 +08:00
lkeme
63c67be31a [fix] Curl fixes #21 2020-03-18 14:32:06 +08:00
Lkeme
e2b09b8ded [add] ManGa 2020-02-08 17:40:38 +08:00
Lkeme
72c31446cc [update] Version 0.1.0 2019-12-27 02:19:57 +08:00