-
Hello,
I was hoping that someone could point me into right direction.
I am getting this error and nothing is being collected.
`Traceback (most recent call last):
File "probemon.py", line…
-
windows上是正常使用的,Centos上就不行,
IServerConfig config = new ServerConfig
{
Ip = "Any",
Port = 7883,
Mode = SocketMode.Tcp,
…
-
Hello,
I am using a WebSocket client and experiencing Error event with the following message after sending data continuous for 5 minutes:
System.IO.IOException: Unable to write data to the trans…
-
https://github.com/byt3bl33d3r/DHCPShock/blob/b2bb59dd525b146d693571daec037922e34a1f65/dhcpshock.py#L60
The error goes like this.
```
[*] Got dhcp REQUEST from: a4:50:46:7c:12:91 xid: 0x84d4028…
-
部署在IIS上一分钟就断开了,只能在重新连接;是IIS配置的问题还是本身就存在?断开的时间可以调吗
-
1.GetFileInfo在文件已被删除的时候再调用
例如 var info = await client.GetFileInfo(storageNode, "M00/00/00/rBMAA2G1sFSAX5AUAAcRHSA5fjY114.PNG");
在引用supersocket的情况下,会直接引起程序停止, 在引用dotnetty包的情况下回无限await卡住
2.RemoveFi…
-
supersocket 2.0
BeginEndMarkPipelineFilter等多种filer中的DecodePackage 改变了package的解析方式
问:是否能进入对应的Command中?
内置的各种Filter分别用于哪种场景或者作用。文档中并未提及。希望作者解析一下
预期
指令进来=>自定义规则转换StringPackageInfo的key=>对应的…
-
SuperSocket Websocket 2.0 压力测试时,超出2000链接时出现错误!
请问如何解决,谢谢!
-
Hello
I use SuperSocket on Linux and have a problem there. On [this](https://github.com/kerryjiang/SuperSocket/blob/f0b85082764bb1307d9dfb9bc6bda4a38ac53c78/SocketEngine/TcpAsyncSocketListener.cs#L45…
-
目前的 SuperSocket 似乎都是以 Guid ToString 的方式生成 Session Id
是否考慮直接以 Guid 做為 Session Id
或是開放如 <TSessionId> 之類的 Generic Param 來由外部決定?
主要是想優化後方的應用在進行大量的 Session Id 傳遞與儲存的時候
能夠省略 Guid String Guid 的計算…