-
Notifications
You must be signed in to change notification settings - Fork 33
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
WIP: subman API #561
base: master
Are you sure you want to change the base?
WIP: subman API #561
Conversation
I bet we could make the |
I'm missing the outer flow on outbox ... is this right?:
OutboxRelays means "make sure we have at least one of these in our active set" |
It might be useful to have a |
liking the sounds of this so far! |
6edfa9c
to
a2f9e6c
Compare
Is the second commit a good thing? I used an Arc<Mutex> to calm rust re: the SubMgr reference issues ... |
e469fe3
to
c5969bf
Compare
c5969bf
to
e92e6ca
Compare
e92e6ca
to
084bd54
Compare
ea0425e
to
c769a6e
Compare
Renamed to subman |
d503afa
to
cd41b1c
Compare
d686f7a
to
b9ca1ef
Compare
b9ca1ef
to
bd9060c
Compare
Consider changing the actual update of the Muted struct to polled instead of synchronized.
actually the old one was mut, now mut and !mut versions available
Next: close relays when no subscriptions need them
- local relays are very doable, but not sure if we want them - forced relays want to be implemented in the pool/subman and need more definition
bd9060c
to
2ecde85
Compare
No description provided.