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
pike.init() / pike.deinit() are only used to initialize winsock2 on Windows. A global atomic counter may be used to silently initialize winsock2 upon the very first Socket.init() call, and silently de-initialize winsock2 on the very last Socket.deinit() call.
The text was updated successfully, but these errors were encountered:
pike.init()
/pike.deinit()
are only used to initialize winsock2 on Windows. A global atomic counter may be used to silently initialize winsock2 upon the very firstSocket.init()
call, and silently de-initialize winsock2 on the very lastSocket.deinit()
call.The text was updated successfully, but these errors were encountered: