websocket-sharp icon indicating copy to clipboard operation
websocket-sharp copied to clipboard

A C# implementation of the WebSocket protocol client and server

Results 121 websocket-sharp issues
Sort by recently updated
recently updated
newest added

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 ![image](https://user-images.githubusercontent.com/33174871/170473078-c5e0b508-b5bc-49db-bf29-6c1767945b08.png) ### HttpConnection.onRead ![image](https://user-images.githubusercontent.com/33174871/170473020-dac5b25e-c509-43bf-81de-f823e5dde8bf.png)

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...