BiliHelper-personal/src/plugin
alfred faf989bd65 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
..
AloneTcpClient.php [update] Version 0.3.0 fixes #15 2020-03-12 18:04:31 +08:00
AnchorRaffle.php [fix] Curl fixes #21 2020-03-18 14:32:06 +08:00
AwardRecord.php [update] Version 0.3.0 fixes #15 2020-03-12 18:04:31 +08:00
Barrage.php [fix] Curl fixes #21 2020-03-18 14:32:06 +08:00
BaseRaffle.php [update] Version 0.3.0 fixes #15 2020-03-12 18:04:31 +08:00
Daily.php [update] Version 0.3.0 fixes #15 2020-03-12 18:04:31 +08:00
DataTreating.php [fix] Curl 2020-02-24 13:00:14 +08:00
GiftHeart.php [fix] Curl fixes #21 2020-03-18 14:32:06 +08:00
GiftRaffle.php [update] Version 0.3.0 fixes #15 2020-03-12 18:04:31 +08:00
GiftSend.php [update] Version 0.3.0 fixes #15 2020-03-12 18:04:31 +08:00
GroupSignIn.php [fix] Curl fixes #21 2020-03-18 14:32:06 +08:00
GuardRaffle.php [fix] Curl fixes #21 2020-03-18 14:32:06 +08:00
Heart.php [fix] Curl fixes #21 2020-03-18 14:32:06 +08:00
Judge.php [fix] Curl fixes #21 2020-03-18 14:32:06 +08:00
Live.php [fix] Curl fixes #21 2020-03-18 14:32:06 +08:00
Login.php [update] Version 0.3.0 fixes #15 2020-03-12 18:04:31 +08:00
ManGa.php [fix] Curl fixes #21 2020-03-18 14:32:06 +08:00
MasterSite.php [fix] Curl fixes #21 2020-03-18 14:32:06 +08:00
MaterialObject.php [fix] Curl fixes #21 2020-03-18 14:32:06 +08:00
Notice.php [fix] Live fixes #19 2020-03-16 00:59:07 +08:00
PkRaffle.php [fix] Curl fixes #21 2020-03-18 14:32:06 +08:00
Schedule.php [fix] Curl fixes #21 2020-03-18 14:32:06 +08:00
Sign.php [update] Version 0.3.0 fixes #15 2020-03-12 18:04:31 +08:00
Silver2Coin.php [fix] Curl fixes #21 2020-03-18 14:32:06 +08:00
Silver.php [fix] Curl fixes #21 2020-03-18 14:32:06 +08:00
Statistics.php [update] Version 0.3.0 fixes #15 2020-03-12 18:04:31 +08:00
StormRaffle.php [fix] Curl fixes #21 2020-03-18 14:32:06 +08:00
Task.php [update] Version 0.3.0 fixes #15 2020-03-12 18:04:31 +08:00
User.php [fix] Curl fixes #21 2020-03-18 14:32:06 +08:00
ZoneTcpClient.php Use socket_select to improve socket reader efficiency 2020-03-20 22:22:35 +08:00