chronoxor / NetCoreServer

Ultra fast and low latency asynchronous socket server & client C# .NET Core library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
https://chronoxor.github.io/NetCoreServer
MIT License
2.63k stars 550 forks source link

Can I capture the error information when the OnDisconnecting/OnDisconnected events are triggered? Because I need to capture the error information and handle it accordingly! #306

Open ice-ko opened 1 month ago

ice-ko commented 1 month ago

My program runs for a long time. If the connection is disconnected, I need to handle the error message and reconnect to the server.