unity-websocket-webgl icon indicating copy to clipboard operation
unity-websocket-webgl copied to clipboard

Support string

Open softmarshmallow opened this issue 3 years ago • 1 comments

AWS websocket does not allow us to use byte[] for the data input. It just simply is impossible. Clearly, it's poor design from aws, but anyhow we'll definitely need string support for this package, since socketsharp does.

ref:

  • https://docs.aws.amazon.com/apigateway/latest/developerguide/websocket-api-develop-binary-media-types.html

softmarshmallow avatar May 23 '21 02:05 softmarshmallow

Using https://github.com/endel/NativeWebSocket/

softmarshmallow avatar May 23 '21 02:05 softmarshmallow