How to detect session switching? #439
-
Hello everyone! ` [session] when the connection is disconnected, I can't distinguish it from a simple disconnect. How can I detect switching? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
What about this? And check the address on every connect and compare to the last address that you stored? |
Beta Was this translation helpful? Give feedback.
What about this?
quickfixj/quickfixj-core/src/main/java/quickfix/mina/IoSessionResponder.java
Line 90 in 7e9ca85
And check the address on every connect and compare to the last address that you stored?