kerryjiang / SuperSocket

SuperSocket is a light weight, cross platform and extensible socket server application framework.
Apache License 2.0
3.95k stars 1.15k forks source link

Session [SessionID] got an error when handling a package #758

Closed Z5SteveKim closed 3 weeks ago

Z5SteveKim commented 3 weeks ago

Version: 2.0.0-beta.28.528
Server: Windows 2022 Server

We are seeing frequent occurrences of the message:
"Session [SessionID] got an error when handling a package."

We have developed an MMORPG game server that maintains around 2,000 concurrent connections. During testing with test clients, this message appears intermittently, and the server disconnects from the clients. However, the packets sent from the test client don’t seem to have any issues.

We’re unsure what might be causing this issue or what we should check. We’re also uncertain if the TCP socket method used for MMORPG-style game server operation is sustainable.