websocket-sharp
websocket-sharp copied to clipboard
A C# implementation of the WebSocket protocol client and server
In our application, we're connecting to a server via web sockets to listen for new data. Everything works fine on the desktop builds, and the web player on windows, and...
Hi all, I am using the latest NuGet-package (WebSocketSharp 1.0.3-rc11) and want to use the `HttpServer` to control the websocket-services via HTTP-requests (e.g. provide the status via GET-request). Unfortunately the...
tnx alot for your affort. Is it possible to filter websocket packets from tcp packets and how ?
How Can I set Headers, such as Token。eg: `Socket.Options.SetRequestHeader("token", "thisismytoken");`
If we stop `HttpServer` while processing request in `HttpConnection` it can deadlock itself. ### HttpServer.Stop  ### HttpConnection.onRead 
Alright, so I know the answer in C# is no, don't do this, dynamic class names are not really a thing :) So let me ask another way, I would...
I feel like there is a simple explanation and I'm doing something dumb here. But I'm just trying to setup a basic ws connection, my code looks like: ``` using...
Good afternoon. I initialize a WebSocket instance and pass it between classes and I can send messages from other classes, but I can’t hang up an additional onmessage from another...
1. The client is WebSocket of JavaScript.There are 5,000-8,000 connections, and clients often close or break unexpectedly (tabs are closed).WebSocketServer runs for about 2 days, when the memory usage exceeds...