I have the following Problem:
1.client A sends message to client B. message not received by client B
2.client B sends message to client A. message is received by client A
3.client A sends message to client B. message is received by client B
I am using gwt-comet-1.2.3 GWT 2.4.0
I have my own aplication but it is based on the chat example. first I setup the cometsession on the server site and when i receive the success reply, I create the comet-client and then I start it.
I am not receiving any exceptions. When Client A sends the message to client B for the first time, the sent message arrives to the corresponding queue of the cometsession of clientB.
users.get(userIDofClientB).enqueue(chatMessage);
But the message is not arriving to client A