Open tethridge opened 2 years ago
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.
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.