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
如果SyncBroadcaster设置成true这个bug似乎可以绕开。@kataras你知道这里发生了什么吗?
I read the source code and found that broadcaster.broadcast() and Server.waitMessages() will compete with each other for locks, so when a large number of broadcast messages and Server.waitMessages() are weak, some messages will be lost.
Describe the bug
neffos.Conn.Socket().ReadData(0) There is a case of missing messages, for example, I send 1-10, but it only receives 2,3
To Reproduce
Expected behavior
Screenshots
I missed a lot of msgs
The text was updated successfully, but these errors were encountered: