Hi salat,

The server makes the best effort to detect broken connections, unfortunately sometimes from its point of view the socket looks healthy and thus the session is not closed on the server; as a consequence you don't get the unsubscription call until the server detects the issue.

The client coming back online may help the server detect the broken socket.

In any case sorry but there is no way for the adapter to know that a session was closed due to connectivity issues.


If you want to explain us why you need such details we may be able to suggest an alternative.

HTH