jetty.project/jetty-websocket/websocket-common
Joakim Erdfelt f22fcde971 474936 - WebSocketSessions are not always cleaned out from openSessions
+ Calling onSessionOpen() before App.onOpen()
  This helps, as there is a race for the onSessionOpen()
  in the original behavior with short lived sockets.
  The short lived socket could handle onSessionClosed()
  before onSessionOpen() had a chance, making the close
  fail to remove the session from openSessions, and then
  the slower add occurs later, adding it into the openSession
+ Minor cleanup in IOState
2015-09-25 09:49:29 -07:00
..
src 474936 - WebSocketSessions are not always cleaned out from openSessions 2015-09-25 09:49:29 -07:00
pom.xml [maven-release-plugin] prepare for next development iteration 2015-08-27 10:11:29 -05:00