"shibuyashadows" wrote:
(the response should be ÿ42["message","ok then"])
socket.emit('message', 'ok then');
"shibuyashadows" wrote:
The request itself is to a node.js socket.io socket, on which i call:
the message is transmitted as ) (copied from running the same request in chrome and looking at the response body)
i wonder if i should be using an roStreamSocket for this?