eddie
Results
2
issues of
eddie
- Version: 1.5.0 in Podfile - The full description of the error Initialization of 'UnsafePointer' results in a dangling pointer as below 3 parts let encryptedData = Data(bytes: UnsafePointer(encryptedDataBytes), count:...
I use WebSocket library as below. https://github.com/socketio/socket.io-client-swift and I want to use Polygon WebSocket services. If I wanna emit below values what is the "auth key"? {"action":"auth","params":"********"} I should use...