Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.8.0
-
None
-
None
Description
For now, SocketIoProcessor is a singleton which is shared by all IoAcceptors and IoConnectors, so there's no way to report exceptions to an appropriate ExceptionMonitor.
The possible solution is to make SocketAcceptor and SocketConnector have their own SocketIoProcessor, not a singleton.