-
In poll mode, when the event-queue is empty, the thread is blocked waiting for an event. This is not the expected behaviour of poll mode.
The problem seems to be located in Subscriber.fetchEvent() line 236: deQueueAll() is called with a zero value. Then dequeueAll(), call the wait method with this previous value, blocking the thread forever.
A quick (and dirt) workarround is to initialize...
2008-04-09 15:39:53 UTC in Pushlets
-
oligo committed patchset 4396 of module vegastrike to the Vega Strike CVS repository, changing 2 files.
2004-06-03 19:40:43 UTC in Vega Strike
-
oligo committed revision 8064 to the Vega Strike SVN repository, changing 2 files.
2004-06-03 19:40:43 UTC in Vega Strike
-
oligo committed patchset 4251 of module vegastrike to the Vega Strike CVS repository, changing 1 files.
2004-03-07 13:17:00 UTC in Vega Strike
-
oligo committed revision 7774 to the Vega Strike SVN repository, changing 1 files.
2004-03-07 13:17:00 UTC in Vega Strike
-
oligo committed patchset 504 of module data4.x to the Vega Strike CVS repository, changing 1 files.
2004-03-01 21:03:48 UTC in Vega Strike
-
oligo committed revision 7762 to the Vega Strike SVN repository, changing 1 files.
2004-03-01 21:03:48 UTC in Vega Strike
-
oligo committed patchset 501 of module data4.x to the Vega Strike CVS repository, changing 1 files.
2004-02-29 14:53:07 UTC in Vega Strike
-
oligo committed revision 7751 to the Vega Strike SVN repository, changing 1 files.
2004-02-29 14:53:07 UTC in Vega Strike
-
oligo committed patchset 500 of module data4.x to the Vega Strike CVS repository, changing 1 files.
2004-02-29 14:37:26 UTC in Vega Strike