Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.33.0
-
None
Description
If a send is issued using a completion listener and it blocks waiting for credit or just happens to land in the Failover provider at the right moment during connection loss the send will be held in the failover provider and reissued on reconnect. During reconnection processing inflight async completion sends are failed as their state is not recoverable and this can lead to a signal of failed send to the blocked completion send attempt in error.