Skip to content
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

x/ref/runtime/internal/flow: flow control counters grow without bound #285

Open
cosnicolaou opened this issue Aug 24, 2022 · 0 comments
Open

Comments

@cosnicolaou
Copy link
Contributor

The map used to keep track of per-flow flow control counters/tokens can grow without bound since the map entries are not deleted when a flow is closed.

@cosnicolaou cosnicolaou transferred this issue from vanadium/issues Aug 24, 2022
cosnicolaou added a commit that referenced this issue Aug 24, 2022
… is closed #287

This PR addresses #285 by deleting the per-flow flow control counters maintained by the underlying connection when a flow is closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant