-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Do not create exchange for just a standalone ack ... because most likely the standalone ack is from a former unacknowledged message * Do not send failure for RetryExceeded error When we send a response to the peer and do not receive the ack we throw internally an RetransmissionLimitReachedError. In this case we do not need to send another status (most likely we also can not because last message is still unacknowledged) and we did anything we could, so ignore error. Additionally, irrelevant for us because we are just the server, * Adjust some loglevels
- Loading branch information
Showing
2 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters