WebSocket4Net icon indicating copy to clipboard operation
WebSocket4Net copied to clipboard

Websocket client refuses to connect to a Glitch project websocket server

Open Andrew-Eathan opened this issue 5 years ago • 1 comments

I'm not entirely sure if this is on my end, but i've tried everything and i've tested a lot to come to this conclusion. Detailing the issue: I have a C# project where i connect to a websocket server i host on my Glitch project. (Glitch is a hosting site) For some reason, trying to use Websocket4Net with Glitch specifically always fails.

The reason it might be relevant is this: When i try connecting with Websocket4Net to the Glitch server, it doesn't work. When i try connecting with another service/library (browser websocket, or SuperSocket on another project) to the server, it works. When i try connecting with Websocket4Net to a non-Glitch server, it seems to work.

I can provide code samples aswell. If i'm missing something here or it's something wrong on the Glitch server end, i'm really sorry, but i just want to comfirm if this is from Websocket4Net or not.

Andrew-Eathan avatar Jun 23 '20 20:06 Andrew-Eathan

Please try WebSocket4Net 1.0.0-beta.2. https://www.nuget.org/packages/WebSocket4Net/1.0.0-beta.2

kerryjiang avatar Jun 22 '24 15:06 kerryjiang