Issue 13 in iliadproject: comet example doesn't work

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 13 in iliadproject: comet example doesn't work

iliadproject
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 13 by paolo.bonzini: comet example doesn't work
http://code.google.com/p/iliadproject/issues/detail?id=13

What steps will reproduce the problem?
1. open http://localhost:8080/examples/comet
2. open new tab, open http://localhost:8080/examples/comet
3. click ++
4. go to other tab, widget is not updated
5. press f5, widget is updated

What is the expected output? What do you see instead?
The two tabs are clearly in the same session, but the comet update doesn't  
work

What version of the product are you using? On what operating system?
iliad.git master


Reply | Threaded
Open this post in threaded view
|

Re: Issue 13 in iliadproject: comet example doesn't work

iliadproject

Comment #1 on issue 13 by paolo.bonzini: comet example doesn't work
http://code.google.com/p/iliadproject/issues/detail?id=13

(07:48:52 PM) NicolasPetton: I know what the bug is
(07:49:03 PM) NicolasPetton: comet events push to *other* sessions
(07:49:20 PM) NicolasPetton: here you share the same session in two windows  
I think
(07:49:31 PM) NicolasPetton: but it's still a bug