You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to WebSocket++
Help please I am writing the client part of a game where the server is written in node.js . All data is sent as an ArrayBuffer. How can I organize the reception and unpacking of messages not by a string, but by arraybuffer. Array buffer is implied as in V8 js with DataView.