Closed glassfishrobot closed 14 years ago
Reported by swchan2@java.net
swchan2@java.net said: Sending extras/cometd-client/src/main/java/org/mortbay/cometd/client/BayeuxLoadGenerator.java Sending extras/cometd-client/src/test/java/com/sun/grizzly/cometd/client/BayeuxClientLoadTest.java Sending extras/pom.xml Sending modules/cometd/src/main/java/com/sun/grizzly/cometd/BayeuxParser.java Sending modules/cometd/src/main/java/com/sun/grizzly/cometd/DataHandler.java Sending modules/cometd/src/main/java/com/sun/grizzly/cometd/EventRouterImpl.java Adding modules/cometd/src/main/java/com/sun/grizzly/cometd/bayeux/End.java Sending samples/comet/cometd-chat/src/main/webapp/chat.js Sending samples/comet/cometd-javaapiupdate-chat/src/main/webapp/chat.js Transmitting file data ......... Committed revision 2475.
jfarcand@java.net said: Fixed
Author: swchan2 Date: 2009-02-14 01:41:22+0000 New Revision: 2475
Added: trunk/modules/cometd/src/main/java/com/sun/grizzly/cometd/bayeux/End.java Modified:
trunk/extras/cometd-client/src/main/java/org/mortbay/cometd/client/BayeuxLoadGenerator.java
trunk/extras/cometd-client/src/test/java/com/sun/grizzly/cometd/client/BayeuxClientLoadTest.java trunk/extras/pom.xml trunk/modules/cometd/src/main/java/com/sun/grizzly/cometd/BayeuxParser.java trunk/modules/cometd/src/main/java/com/sun/grizzly/cometd/DataHandler.java trunk/modules/cometd/src/main/java/com/sun/grizzly/cometd/EventRouterImpl.java trunk/samples/comet/cometd-chat/src/main/webapp/chat.js trunk/samples/comet/cometd-javaapiupdate-chat/src/main/webapp/chat.js
Log: Fix Issue https://grizzly.dev.java.net/issues/show_bug.cgi?id=447 (cometd chat-room logout and loa
Was assigned to swchan2@java.net
This issue was imported from java.net JIRA GRIZZLY-447
Marked as fixed on Wednesday, December 16th 2009, 6:13:23 pm
In current implementation, the cometd chat-room does not logout completely. The dojo client will send a connect message back. This is because it does not get the expected logout message. This issue is also related to load test issue that we observe.
Environment
Operating System: All Platform: Macintosh
Affected Versions
[1.9.22]