Skip to content

Add test to demonstrate semantics of gRPC clients when server gets shutdown and client never calls Finish() #573

@benh

Description

@benh

We currently have tests to show that a gRPC client does not need to call Finish() but can simply get destructed.

It appears that this does not work when the server gets destructed, however, and that a client must call Finish() in that case, i.e., it can't just get destructed. We should write a test that demonstrates this as well as consider adding some functionality into our client code that makes this better.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions