JeffLeFoll / gwteventservice

An event-based client-server communication framework.
http://code.google.com/p/gwteventservice
Other
3 stars 3 forks source link

Same instance of browser not receiving notifications after server bounce #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Connect browser to server - some notifications received 
2. Bounce the server
3. Reconnect browser - no notifications received

What is the expected output? What do you see instead?
Same instance of browser is not receiving notifications after server bounce. 
New browser instance works fine. 

What version of the product are you using? On what operating system?
1.1, Tomcat, Chrome, XP

Please provide any additional information below.

Original issue reported on code.google.com by ngu...@gmail.com on 12 Oct 2011 at 2:57

GoogleCodeExporter commented 8 years ago
Automatic reconnect is supported with GWTEventService 1.2 (and the currently 
available RC1 of GWTEventService 1.2). Automatic reconnect is described in 
chapter 4.1 of the GWTEventService 1.2 manual.

Original comment by sven.strohschein@googlemail.com on 23 Oct 2011 at 12:17

GoogleCodeExporter commented 8 years ago
It is not reconnect issue: note that server was bounced and client restarted 
and reconnected. It seems that something is cached by Chrome which prevents it 
from accepting events. I did not try it on 1.1.1 and 1.2 yet - will report it 
later. 

Original comment by ngu...@gmail.com on 24 Oct 2011 at 1:58