Francois Regnoult

Results 2 issues of Francois Regnoult

On my server side I send a message to the client: `socket.emit('message',JSON.stringify(send_msg));` but then if I do `socket.send(JSON.stringify(send_msg));` The message is not properly caught and the handleMessage is fired instead...

This modification let the socket.io client connect with the 1.0.x version of socket.io and send and receive messages. Some functionalities are still missing: - Acknowledgement - Binary event It has...