Skip to content

Commit aa7643e

Browse files
committed
Increase #Version constant
1 parent 2cd3c77 commit aa7643e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Includes/WebSocket_Server.pbi

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@
147147
; - 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.
148148
; - Increased throughput and lower latency due to two changes mentioned above.
149149
; - Remove use of ClientQueueEnqueue(*Object, *Client) outside of the server's mutex. This was only called in case AllocateMemory failed, so basically never.
150+
;
151+
; - V1.008 (04.04.2025)
152+
; - Forgot to increase #Version
153+
; - Restore fast path of ClientQueueRemove
150154

151155
; ##################################################### Check Compiler options ######################################
152156

@@ -160,7 +164,7 @@ DeclareModule WebSocket_Server
160164

161165
; ##################################################### Public Constants ############################################
162166

163-
#Version = 1006
167+
#Version = 1008
164168

165169
Enumeration
166170
#Event_None
@@ -1408,8 +1412,8 @@ CompilerEndIf
14081412

14091413
EndModule
14101414
; IDE Options = PureBasic 6.20 (Windows - x64)
1411-
; CursorPosition = 417
1412-
; FirstLine = 376
1415+
; CursorPosition = 866
1416+
; FirstLine = 851
14131417
; Folding = ----
14141418
; EnableThread
14151419
; EnableXP

0 commit comments

Comments
 (0)