Skip to content

client should support close method  #122

Closed
@willem520

Description

@willem520

now,the close method is not convenient
image
it means we should save channel by myself,maybe we should provide client close methd like
public void close(){ channels.stream().forEach(item -> { item.shutdown(); }); }
or more easy to use

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/usabilityIssues with usability and error messageskind/enhancementSomething could be better.status/acceptedWe were able to reproduce the issue and accept to work on it

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions