SAEA
SAEA copied to clipboard
SAEA.Socket is a high-performance IOCP framework TCP based on dotnet standard 2.0; Src contains its application test scenarios, such as websocket,rpc, redis driver, MVC WebAPI, lightweight message ser...
websocket不支持数据量大于128bit的传输,client发送代码有点问题,server的reply方法也不支持,只能交给上层封装
SAEA.WebSocket 中的WSClient类的public void Send(byte[] msg, WSProtocalType type = WSProtocalType.Text) 是不是忘了加参数了,现在不支持125位以上的字符串传输
IO 端口完成后,回调 IO_Completed 进行报文的接收处理,此时的上下文环境,是不是可能存在每个报文的线程是不同的? 如果是这样的话,递交给应用的报文是不是就会在不同的线程中? 谢谢
Bumps [Npgsql](https://github.com/npgsql/npgsql) from 7.0.2 to 8.0.3. Release notes Sourced from Npgsql's releases. v8.0.3 This version contains a high-severity security patch for CVE-2024-32655 everyone is advised to upgrade. A large number...