Closed malcommac closed 4 years ago
Hi @malcommac. Which version of this package are you using?
The one on master, 7 days ago. Why?
How have you configured the server channel? There's a test case similar to what you've done here: https://github.com/vapor/websocket-kit/blob/master/Tests/WebSocketKitTests/NIOWebSocketClientTests.swift#L40-L64
That appears to be working, albeit for text opcode. Not sure why binary would be any different though.
Hi, I've tried to modify the example in tests in order to send a small image as NSData.
This is the change on server side:
And this insie the portion of the client
However message is never received anything inside
ws.onBinary
. Where am I wrong?