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
socket could be undefined or null
defense code needed
node-zookeeper-client/lib/ConnectionManager.js 625 line
if ( this.socket && !this.socket.write(packet.request.toBuffer())) { // Back pressure is handled here, when the socket emit // drain event, this method will be invoked again. break; }
The text was updated successfully, but these errors were encountered:
socket could be undefined or null
defense code needed
node-zookeeper-client/lib/ConnectionManager.js 625 line
if ( this.socket && !this.socket.write(packet.request.toBuffer())) { // Back pressure is handled here, when the socket emit // drain event, this method will be invoked again. break; }
The text was updated successfully, but these errors were encountered: