javaee / grizzly

Writing scalable server applications in the Java™ programming language has always been difficult. Before the advent of the Java New I/O API (NIO), thread management issues made it impossible for a server to scale to thousands of users. The Grizzly NIO framework has been designed to help developers to take advantage of the Java™ NIO API.
https://javaee.github.io/grizzly/
Other
221 stars 60 forks source link

BayeuxClient should not reconnect after disconnecting. #480

Closed glassfishrobot closed 14 years ago

glassfishrobot commented 15 years ago

In current implementation of BayeuxClient.java in extras/cometd-client. We do a reconnect even after _disconnecting = false. This will force BayeuxClient to send a connect message even after a disconnect message is sent.

Environment

Operating System: All Platform: Macintosh

Affected Versions

[1.9.22]

glassfishrobot commented 15 years ago

Reported by swchan2@java.net

glassfishrobot commented 15 years ago

swchan2@java.net said: src/trunk/code/extras/cometd-client $ svn commit src/main/java/org/mortbay/cometd/client/BayeuxClient.java Sending src/main/java/org/mortbay/cometd/client/BayeuxClient.java Transmitting file data . Committed revision 2622.

glassfishrobot commented 15 years ago

Was assigned to swchan2@java.net

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA GRIZZLY-480

glassfishrobot commented 14 years ago

Marked as fixed on Wednesday, December 16th 2009, 6:13:23 pm