socket.io-client-unity3d icon indicating copy to clipboard operation
socket.io-client-unity3d copied to clipboard

socket.io-Client for Unity3D, which is compatible with socket.io v1.x

Results 17 socket.io-client-unity3d issues
Sort by recently updated
recently updated
newest added

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:...

bug
unity3d compatibility

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...

bug
enhancement

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...

help wanted

Does it support binary now? Send binary data, and receive binary data.

enhancement
help wanted

Make 'socket.io-client-unity3d' work with socket.io v2.0.2 server.

enhancement

No idea whats going on no matter what I try using the samples I just get 400 bad request. Is this now outdated?