vrwalking
vrwalking
The emit and recieving of events are not properly functioning because of the json parser parsing "name" as "Name" and "args" as "Args" which are the main keywords for forming...
so unitysocketio can be used for secure socket.io communication?
one more thing i would like to ask on this thread, i have seen that told already in many issue threads. why socket.emit command is not working. Its working in...
I have done some digging into the code and after some test i found that, the Event Message is not encoded properly. The code i used is : ``` c#...
thank you for the reply valyard, i had done this solution already and worked but that change is not enough for emit and socket.on to work.The change has to be...
ya you are correct it will capitalize any name and args.If you have cross working problem there can be two possiblites: 1. json framework 2.improper json data coming in i...
thanks halfblood... but is there any way i can get unitysocketio to work with secured servers? as per logs its says something like encryption algorithm not supported or such, when...
Yes i tried to connect to a server running https service and socket.io and handshake failed. Have you had successful connection with socketio on secured servers? I have tried unitysocketio's...