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
Copy file name to clipboardExpand all lines: Includes/WebSocket_Server.pbi
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,10 @@
147
147
; - Add delay of 0s to help with external lock contention, this is useful when a user calls server API while the server is busy with sending data.
148
148
; - Increased throughput and lower latency due to two changes mentioned above.
149
149
; - Remove use of ClientQueueEnqueue(*Object, *Client) outside of the server's mutex. This was only called in case AllocateMemory failed, so basically never.
0 commit comments