You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
server code:
socket.emit('message', {'message': 'hello xx'});
client code:
socket.on('message', function(data){
cc.log(data);
// in web will print Object {message: "hello xx"}
// in jsb will print JS: {"name":"message","args":[{"message":"hello xx"}]}
});
Activity
pandamicro commentedon Dec 31, 2014
@samuele3hu Please check it out