We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c274b2 commit 5a5d9ceCopy full SHA for 5a5d9ce
Scripts/Connection/WSConnector.cs
@@ -315,7 +315,7 @@ private void SendMessages()
315
316
while (_connectionState == ConnectionState.CONNECTED)
317
{
318
- _sendEvent.WaitOne(500);
+ _sendEvent.WaitOne(0);
319
320
Message msg = null;
321
lock (_sendQueue)
@@ -400,7 +400,7 @@ private async Task SendMessagesAsync()
400
401
402
403
404
405
406
0 commit comments