bug(plugin): WebSocket和Tcp的plugin同一个ip下高并发下数据会session的data会转移到别的session下,导致请求错误 #48
Open
1 task done
Labels
question
Further information is requested
Is there an existing issue for this?
Describe the bug
bug(): WebSocketReadPlugin和Tcp的plugin,session是单例共享模式。同一个ip下高并发下发送的数据会从 A session的data转移到B session,导致数据无法返回正确的客户端。我没用hosting.没法用依赖注入的方式
Expected Behavior
No response
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
.net core 8.0
Anything else?
No response
The text was updated successfully, but these errors were encountered: