You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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