Hello all,
I don't understand how I can use a SocketReactor with a SocketConnector. According to the pattern Reactor-Connector, a single Connector is able to initiate n service handlers. But actually, once a connector has initiated a service handler, it unregisters itself with the reactor.
I don't understand why running the reactor with no connectors registered (that is, call the run function before registering a connector) fails with "Invalid Argument" exception.
Can anybody throw light on me ?
Thanks in advance.





