client should support close method #122
Labels
area/usability
Issues with usability and error messages
kind/enhancement
Something could be better.
status/accepted
We were able to reproduce the issue and accept to work on it
now,the close method is not convenient

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
The text was updated successfully, but these errors were encountered: