Right now we are storing the session in map. So very first time , when we create session, it is possible that the session got created ,but due to some issue ,it immediately disconnected and logged out. After some time, being the sessionId present in map, we are calling just lookup for that session and call logOn() . It should call my overridden logon() method which is not happening. Can anyone tell me the the possible clause and how to handle this ?when I see the logs, it's showing EndOfStream occurred,disconnecting.
Asked
Active
Viewed 83 times
1
-
Which overridden logon method? In your application? That one is only called if the logon was successful. – Christoph John Sep 20 '21 at 09:28
-
1Please update question with these details and log excerpts. – Christoph John Sep 20 '21 at 10:15
-
1Possible causes for end of stream: https://stackoverflow.com/a/60602710/4962355 – Christoph John Sep 20 '21 at 20:30