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

feat(machine): optimize subscription ctx-based disposal #160

Open
pancsta opened this issue Nov 23, 2024 · 0 comments
Open

feat(machine): optimize subscription ctx-based disposal #160

pancsta opened this issue Nov 23, 2024 · 0 comments

Comments

@pancsta
Copy link
Owner

pancsta commented Nov 23, 2024

Currently every subscription method calls disposeWithCtx which spin up a dedicated go-routine with select. Instead, a periodic GC should happen, triggered after the queue is done processing.

@pancsta pancsta added enhancement New feature or request optimization pkg-machine p:2 Medium priority and removed enhancement New feature or request labels Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant