Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handle context cancellations in txsim (#2830)
I have seen a few CI tests fail because although the context stops the process, it isn't correctly parsed causing the program that called the txsim to think that there was another error and not the context Canceled or DeadlineExceeded errors (cherry picked from commit 5dfe777)
- Loading branch information