Nathaniel Alfred wrote:
You must have synchronized(serverSession) (or block all threads) to avoid calling sessions.put twice for the same serverSession.
Sorry. I misread that sentence. Yes, this statement is quite true.
Ralph
Nathaniel Alfred wrote:
You must have synchronized(serverSession) (or block all threads) to avoid calling sessions.put twice for the same serverSession.
Sorry. I misread that sentence. Yes, this statement is quite true.
Ralph