Closed tarjanik closed 2 years ago
Hi,
The reconnection attempt listener is only called once, when the Solace broker is disconnedted, then it is not actually invoked on reconnection attempts (as repoted in the logs from C code).
AddReconnectionAttemptListener(listener ReconnectionAttemptListener) uint64
Steps to reproduce:
ReconnectionAttemptListener will be called once
ReconnectionAttemptListener
ReconnectionAttemptListener will not be called for any of the retries
ReconnectionListener will be called.
ReconnectionListener
Hello,
The single reconnecting/reconnected event is by design and working as intended. As such, there are no current plans to change this in the near future.
Hi,
The reconnection attempt listener is only called once, when the Solace broker is disconnedted, then it is not actually invoked on reconnection attempts (as repoted in the logs from C code).
AddReconnectionAttemptListener(listener ReconnectionAttemptListener) uint64
Steps to reproduce:
ReconnectionAttemptListener
will be called onceReconnectionAttemptListener
will not be called for any of the retriesReconnectionListener
will be called.