Hi,
My websocket will disconnect when it receives binary data,Does anyone know what's going on?
actions.js:1 WebSocket connection to 'ws://127.0.0.1:8080/' failed: Could not decode a text frame as UTF-8.
Develop games in your browser. Powerful, performant & highly capable.
You said you're sending binary data, but the error says you sent text. You probably aren't actually sending binary data.
i'm sure sending binary data from protobuf
websocket addons binaryType=blob? can set binaryType="arraybuffer" ?