Skip to content

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

@psalin

Description

@psalin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions