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

Calling grpcbox_channel:stop() causes crash reports on active streams #58

Open
psalin opened this issue Nov 9, 2021 · 0 comments
Open

Comments

@psalin
Copy link
Collaborator

psalin commented Nov 9, 2021

grpcbox_channel:stop() uses gproc_pool:force_delete which will kill the processes and their children. This causes crash reports when there are active streams in the h2 connection. When dynamically opening and closing channels these crash reports can appear regularly. Since they do not mean an error in this case, an alternative, more silent way of shutting down the channel would be needed.

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