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
{{ message }}
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.
I think for loop should break after inserting SocketIOAck object.
Adding break; after line 89, and line 97 solved the issue for me (and greatly reduced my cpu load 😉 )
The text was updated successfully, but these errors were encountered:
When emitting some event/data and providing a delegate for ack, I run into an infinite loop in SocketIOAckManager.cs
SocketIOSharp/SocketIOSharp/Common/Manager/SocketIOAckManager.cs
Lines 83 to 99 in 362a2c6
I think for loop should break after inserting SocketIOAck object.
Adding break; after line 89, and line 97 solved the issue for me (and greatly reduced my cpu load 😉 )
The text was updated successfully, but these errors were encountered: