Le 30/05/2014 15:27, Skywalker a écrit : > Sorry if I think I didnt make this clear, the server sends the response to > another session. The server is a peculiar one, it sends response to client > using any session available. This means, it will not necessarily use the > request session to send its response.
I don't get it... If your server picks a random session to send the response, why are you complaining it does not send the response to a specific session ? Unless you *want* to send the response to the sender, in some specific case... If you have a map of all the existing sessions, you can easily retrieve the session that created the message, then send the response to this specific response, no ?
