Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3k
Add high-level boundary management interface#2177
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:dev-next
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
0d7c3e6
tob611205
CompareStill working on some minor improvements and bug fixes. I think this change requires better logging for closing outbound, but not all outbound implementations have a close method, which makes it a bit messy, so maybe we'll have to do the same thing we do on inbound to unify the outbound close interface and put the close log there. |
beryll1um commentedOct 15, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
See examples in#2180! |
b611205
toc945858
CompareRevised few boundary mutex read lock places, and improved the structure of the Router interface and implementation. |
c945858
tof25cb7c
CompareI rewrote the router's boundary management part to implement dynamic managementfrom a high-level box interface. This also includes a number of changes I madein the process of rewriting some messy parts, such as the Outbound treebottom-top starter.
f25cb7c
to99840ba
Compareac6c4b0
to6740910
Compare81dc9e7
tod6597fa
Compare58913be
tob148629
Compare3611dcd
to36c095f
Compare4492a53
to989034b
Compare8ec5593
tob3c1110
Compare
Uh oh!
There was an error while loading.Please reload this page.
I rewrote the router's boundary management part to implement dynamic management from a high-level box interface. This also includes a number of changes I made in the process of rewriting some messy parts, such as the Outbound tree bottom-top starter.
What I reallly need is someone how is experianced in this project (like@nekohasekai) to check my changes and verify everything good and I didn't forget anything. I'm planning to run my project on it, so wait for more improvements in the future =)