-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rare race conditions in integration tests (#1653)
When a channel goes to the CLOSED state, the actor will stop itself. We were previously sending messages to the actor asking for its state, which returns a failure when the actor is stopped. We can simply listen to state events to safely get the same result.
- Loading branch information
Showing
1 changed file
with
47 additions
and
59 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