Hi Richard,
Yes I did it after sent my message , sorry :)
I recompiled for GWT2.4 and it works well but I have just a question ,
In my case I want to catch the case when the browser is killed and I must to send to my backend the message “client_disconnected”.
I override in my servlet the method “cometTerminated “and check if the serverInitiated is true.
But I’m not sure if it is a good way.
Is there a possibility to detect when the user session is dead ?
Vassili