jirihybek / unity-websocket-webgl

Hybrid WebSocket implementation for Unity 3D with support of native and browser client.
Other
248 stars 61 forks source link

Splitted to single files and support sending string type message. #11

Open khiemnd777 opened 3 years ago

clonzeh commented 3 years ago

Hey, with the main branch i'm having a problem when trying to connect to a websocket with webgl. It gives me this error: exception thrown: TypeError Cannot read property 'readyState' of undefined, TypeError: Cannot read property 'readyState' of undefined at _WebSocketClose (blob:mywebsite...

Do you know anything about this problem or how I can fix it?