❔ Connecting to Websockets in C#
Im currently following some online guides, but i cant seem to properly connect to my websocket, I have linked 2 images, 1 for the Socket Client and one for the Socket Server, the error im getting when trying to send a socket message to client, is something about the User Closing the Connection without proper Handshake, for socket Client i use WebSocket.Client and for Server i use standard ASP.NET


