-
Notifications
You must be signed in to change notification settings - Fork 770
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix closing multicast UDP channel with whitelist [5732] (#569)
* Refs #5714. Added unit test. * Refs #3463. On releasing UDP resources, if the closing of the UDP fails 10 times, shut it down manually. * Refactor without sending close message * Refs #5714 remove UDPTransportInterface::ReleaseInputChannel * Wait until the UDPChannelResource::perform_listen_operation has joined before deleting the channel resource * Refs #5714 Simplify channel resource release mechanism. Eliminates condition variable and mutex
- Loading branch information
1 parent
bd1161a
commit 10eff0a
Showing
5 changed files
with
48 additions
and
128 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
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
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