-
Notifications
You must be signed in to change notification settings - Fork 906
[core] To fix missing new link update when no transmission on existing links #1891
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
An imaginable possible solution:
|
The test has been adopted for #2444 and it passes there. That PR is then considered a replacement for this one. |
Ok, there are still some mysterious fixes here that need not be cleared also with #2444. Need to investigate. |
Moved more changes to #2444, removal of the m_listener field from the group. The test still passes. Changes here now remain as adding the SRT_EPOLL_UPDATE event to the group upon new connection; need to figure out what problems this change is going to fix. |
First draft, adds a Unit Test that shows where the problem is and it is now failing.