Skip to content

no way to close channels without closing connection #18

@progrium

Description

@progrium

Silly thing to forget as it's been a major part of previous streaming RPC. Channel implementations currently have no close() method or just call peer.close() which closes the whole connection. This means we'll have to introduce a ctl control type message, but that was inevitable. Later it could be used for back pressure etc.

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