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

You can do assign types to .emit(..) and .event(..) by template constructor like this: `const socketServer = new Server("chat");` but it's missing ability to do like this: `socketServer.of("/myNamespace")`

hi, I used this plugin ( dev branch and socket io version is 2) for connecting my game to socket io and handling Listeners and Emit. so when I disconnect...

This not working with SSL? I need to have my connection betwen server and client secured

enhancement

I paste code from wiki https://github.com/nhn/socket.io-client-unity3d/wiki/Sample#2-acks-message and run nodejs server and run unity client and in log this error: ArgumentException: JSON parse error: The document root must not follow by...

protected override void RaiseOnCompletedOnDestroy() { if (_cancelPingPong != null) { _cancelPingPong.Dispose(); _cancelPingPong = null; } if (_onRecv != null) { _onRecv.OnCompleted(); _onRecv = null; } if (!IsConnected) // Note :...

This problem isn't always come but sometimes when it happened, I can't even send any data string. I can't force disconnect and reconnect to refresh the socket. The problem came...

I have a scenario where the unity socket.io client might get started before the server is ready for connections ... I would like to have the client code repeatedly attempt...

When the event data contains ", " the parse fails. Because is looking for ", " to split it and get eventName and evenData. If I set on Socket.cs in...

When I intialize a Socket I need to put JSON data in the PollingUrlAnswer class, but it does not parse correctly and I get an error. I eventually parsed the...

bug
help wanted
invalid

ArgumentException: Unsupported protocol: https not support https?? https는 지원하지 않는 건가요? 그리고 이건 추가적인 질문인데, AWS의 로드 밸런서를 통과하게 되면 타임아웃 에러가 계속 납니다.