tobydragon / metafora-project

Automatically exported from code.google.com/p/metafora-project
1 stars 0 forks source link

Workbench Comet exceptions #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This may be due to my slow and intermittent Internet connection but when I 
visited

http://metafora.ku-eichstaett.de:8081/home/

after a while I got timeout exceptions.

Also when I tried to do a browser refresh I got Comet exception: EventSource 
error. And then it asked me to enter my name. When I tried to repeat this I got 
the same exceptions but the screen asking my name was visible only for a second 
or two. 

Original issue reported on code.google.com by ToonT...@gmail.com on 25 Aug 2011 at 6:15

GoogleCodeExporter commented 9 years ago
Comet exception occure when the return channel from server to client 
breaks/disconnects. We did a lot of backgroud implementation to make this more 
stabel and added the "online" status to the top area of the platform which 
shows rather online or offline. If "online" everything is fine, if "offline" 
the comet connection broke and you cannot receive messages from server. In case 
of "offline" plesae reload browser, if this doesn't fix it, logout, close 
browser, open browser and login again.

Original comment by kerstinp...@yahoo.de on 22 May 2012 at 10:47