-
Notifications
You must be signed in to change notification settings - Fork 122
Fix writer-side filtering in peer mode. #1096
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
Conversation
|
PR missing one of the required labels: {'breaking-change', 'api-sync', 'internal', 'documentation', 'enhancement', 'new feature', 'ci', 'dependencies', 'bug'} |
0b465bf to
b1f3e19
Compare
b1f3e19 to
39a3fff
Compare
4f4aef3 to
1582103
Compare
096f8cc to
1582103
Compare
c086c6a to
1df6b56
Compare
…pected. Test checks the following scenarios: * TCP Unicast * UDP Multicast * Pub starting first * Sub starting first
7ba2a5e to
a581781
Compare
Ensure correct interest flags are sent when connected to a router in peer mode.
a581781 to
62cb2b8
Compare
|
In order to get the new test to pass through CI I had to set PR consists of two commits. The first adds failing tests, the second the fix with passing tests. |
Ensure _Z_INTEREST_FLAG_KEYEXPRS and _Z_INTEREST_FLAG_FUTURE flags are included in interests when connected to a router in peer mode.
Fixes pub (peer) > router > sub (client) communication.
Closes #1075.