-
Notifications
You must be signed in to change notification settings - Fork 865
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] Fixed packet drop when reading from members (#1784)
TSBPD thread of a member socket might not yet trigger epoll read-ready event, while it is potentially ready. If another member signals read-readiness ahead of the current position it will result in a packet drop by a group.
- Loading branch information
1 parent
44503cd
commit 8845473
Showing
1 changed file
with
18 additions
and
12 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