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
Some times I want to make some cleanup after the client is closed but due to current code, Client.close() method is only push request to queue but there is no way for Client to know when the ConnectionManager just have done the work.
So I think 'closed' event is also interested by Client and should not ignored in code.
I have my own fork t to just do simple work to just emit 'closed' when the close job is done.
Some times I want to make some cleanup after the client is closed but due to current code, Client.close() method is only push request to queue but there is no way for Client to know when the ConnectionManager just have done the work.
So I think 'closed' event is also interested by Client and should not ignored in code.
I have my own fork t to just do simple work to just emit 'closed' when the close job is done.
Please see in villadora/node-zookeeper-client@ae37fc7
The text was updated successfully, but these errors were encountered: