floatinghotpot / socket.io-unity

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

Events not getting triggered #34

Open LBohm opened 6 years ago

LBohm commented 6 years ago

Hey

I have an issue where socket on events. It's not triggering when i try to use socket on for named events IE Socket.On("Test", () => {});.

Socket.EVENT_CONNECT, Socket.EVENT_DISCONNECT etc works as expected. I also tried emit and that also works.

I hope anyone can help me with this issue.

Thanks

jjantschulev commented 6 years ago

I am getting exactly the same issue. The unity client does not register custom named events.