
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
11/Nov/05 11:28 PM
|
|
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.
|
|
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. |
Show » |
|