-
不同的.net版本里,SslServerAuthenticationOptions增加了不同的属性,CertificateOptions用SslServerAuthenticationOptions替换,用户可以更灵活的配置相关选项
-
I used the class of EasyClient,but the function of 'Initialize' can't be used .
because i don't know the interface of 'IReceiveFilter'.
code:
public void Initialize(IReceiveFilter receiveFilter, Act…
-
在unity andorid 环境下使用WebSocket4Ne4连接WebSocketServer ,客户都使用data发送数据例如[byte,int,long,imgdata]
![image](https://github.com/user-attachments/assets/39041645-4466-4138-abbc-36581f826d2e)
在服务端处理IPackageM…
-
Hi,
We are using 1.6.6.0 and have about 1000 clients connected and process about 12 requests a second. Once every 3-4 weeks, the application crashes with the below error message. Any ideas as to wh…
blp73 updated
7 years ago
-
The sending attempt timed out
at SuperSocket.SocketBase.AppSession`2.InternalSend(ArraySegment`1 segment)
at SuperSocket.SocketBase.AppSession`2.Send(Byte[] data, Int32 offset, Int32 length)
…
-
Here is my code
```
using UnityEngine;
using SimpleJson;
using SuperSocket;
using WebSocket4Net;
using SocketIOClient;
public class test : MonoBehaviour{
// Use this for initialization
Cl…
ghost updated
9 years ago
-
Does SuperSocket support datagrams similar to DatagramSocket in Java? Is there a standard receivefilter implemented in Supersocket for datagrams already, if not is it possible to implement such a filt…
-
**Describe the bug**
Having a couple of issues with connection errors and not too sure how to resolve them, I'm seeing stack traces appear in my log file originating from WamSharp, throwing a connect…
-
Framework 版本: v4.0.30319
说明: 由于未经处理的异常,进程终止。
异常信息: System.NullReferenceException
在 SuperSocket.ClientEngine.AsyncTcpSession.ProcessReceive(System.Net.Sockets.SocketAsyncEventArgs)
在 SuperSoc…
-
I committed a fix for this particular case, fee free to discard it and fix it in a better way.
This error, obviously, bring any application to crash immediately.
See below the full stacktrace:
…