f22fcde971
+ 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 |
||
---|---|---|
.. | ||
src | ||
pom.xml |