Page 1 of 1

Leaking Sessions?

Posted: 04 Mar 2019, 20:40
by wyattetal
Is it possible for a client to incorrectly release a session when disconnecting and subsequently consume an additional session when reconnecting?

We recently had a situation where our C++ based OPC server was refusing connection attempts but then began accepting them again immediately after an instance of our JAVA based OPC client was terminated.

Are there any common mistakes that can lead to such a situation?

Thanks.