floatinghotpot / socket.io-unity

socket.io client for Unity, power game client with node.js back-end
494 stars 76 forks source link

how to use emit? #9

Open crylg opened 6 years ago

crylg commented 6 years ago

public Emitter Emit(string eventString, Action<object, object, object> ack, params object[] args);

gamedev2492 commented 5 years ago

How to send object (javascript object) to server ? I'm sending JSON string but it's not working.