SuperSocket is a light weight, cross platform and extensible socket server application framework.
3.95k
stars
1.15k
forks
source link
How to send an error response to the clients if a command class throws an exception? #578
Open
joeries opened 2 years ago
If a command class throws an exception,how can I send an error response to the clients?Where can I place some codes to handle this situation?