-
Hello,
I'm getting lots of "Writing is not allowed after writer was completed." exception when sending message in production. What can cause this error?
Thank you.
-
Currently, adding the WebSocket4Net NuGet package to a project running on the .NET Framework causes several System.*.dll files to be created in the output directory. These files are redundant with the…
-
写在哪个地方比较好? 怎么写?
我是这么写的,但感觉不太好,有没有官方推荐写法?
-
I'm using WebSocketListener for server and WebSocket4Net for client, and the application is working with a robot, if the client typing so quickly then it will show the error "無法從傳輸連接讀取資料: 遠端主機已強制關閉一個現…
-
### 服务端发送byte[]
```
public class CommandBuilder
{
//消息包头部为01
private const ushort HeartMsg = 1;
//心跳包头部为02
private const ushort HeaderHeart = 2;
/…
-
请问大神,什么时间能发布.NET Core版本
-
Hi,
First of all, thanks to you for your great work.
I have been testing WebSocket server for some time, for most of platforms, it works fine. But some platform provide websocket client that only …
-
I'm trying to connect to websocket via a Squid proxy. I'm passing the IP address and port via the `httpConnectProxy` parameter of the `WebSocket` constructor.
If I try to connect to a ws:// URL, I ge…
-
HI @kerryjiang
非常感谢你能提供这么好的socket框架。我在使用的过程中,遇到一些问题,想咨询您一下,谢谢
**MyReceiveFilter**
```
public MyRequestInfo Filter(byte[] readBuffer, int offset, int length, bool toBeCopied, out int …
-