Hey I have a Socket.IO server that I host on glitch and I’m trying to connect to it through a C# client.
However a connection is not being established.
I’ve tried replacing https with both ws and wss I have also tried ending my url with /socket.io/ but nothing seems to be working.
I also tried using premade clients in python, html, js and Java even those online testers such as this one Socket IO Client Tool and other alike
However those do not connect either.
I’m feeling a little lost here, it’d be awesome if someone would be able to assist me