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 May 13, 2024. It is now read-only.
Line 440 of WebSocket.swift causes a warning in Xcode. The warning is "Initialization of 'UnsafePointer' results in a dangling pointer".
strm.next_in = UnsafePointer(inflateEnd)
It is just a warning, but it would be nice to update it with the preferred syntax to eliminate the warning.
The text was updated successfully, but these errors were encountered: