I opened a bug for this: https://issues.apache.org/jira/browse/DIRMINA-535
- DML
On 02/20/2008 03:14 PM, David M. Lloyd wrote:
On 02/20/2008 01:43 PM, David M. Lloyd wrote:
In the protocol I'm working on, the client and server each need to
send a message immediately upon connection. If I send
On 02/20/2008 01:43 PM, David M. Lloyd wrote:
In the protocol I'm working on, the client and server each need to send
a message immediately upon connection. If I send the message in my
IoHandler.sessionOpened() method, is it safe to say that the message
will be sent before the first IoHandler.
In the protocol I'm working on, the client and server each need to send a
message immediately upon connection. If I send the message in my
IoHandler.sessionOpened() method, is it safe to say that the message will
be sent before the first IoHandler.messageReceived() occurs? If so, that
fact sh