socket.io-client-unity3d
socket.io-client-unity3d copied to clipboard
socket.io-Client for Unity3D, which is compatible with socket.io v1.x
I tried to run the connection Demo, then meet a problem: ArgumentException: JSON parse error: The document root must not follow by other values. the json data revived like this:...
When I emit event that is consist of just event name in my node server ```socket.emit('version')``` Than issue occurs in client because of the parsing problem. When I check the...
Hi I have some questions 1.How we can disconnect the client. I want disconnect client when a user has bad internet connection. 2. Some times disconnect message received with a...
Does it support binary now? Send binary data, and receive binary data.
Make 'socket.io-client-unity3d' work with socket.io v2.0.2 server.
No idea whats going on no matter what I try using the samples I just get 400 bad request. Is this now outdated?