-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Weaken assertion in TransportService#doStop (#88601)
We may concurrently register a handler for a (closed) connection to a remote node while stopping. Such a handler will be completed immediately on the sending path if not picked up in `doStop`, but sometimes it's picked up in `doStop` anyway. This commit weakens the assertion to account for this case too. Closes #88112 Closes #88459 Closes #88597
- Loading branch information
1 parent
d5b1356
commit d0250dd
Showing
1 changed file
with
10 additions
and
7 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