I wanted to know what I must do for sending data in binary type from client to server?
I am using Chrome 14, and when I send an ArrayBuffer
in the client application, I receive a frame with the opcode
set to opText
and a string as frame data "[object ArrayBuffer]"` in the server application.
What should I do?