Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: re-send cancel message on coordination session re-attach
If a coordination service session re-attaches, idempotent conversations requests are being re-sent. However, if a conversation has been canceled, only its cancelation request must be re-send. The previous version may re-send original requests for already canceled conversations which may lead to inconsistency between the client and server state.
- Loading branch information