Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
try to reconnect after sending an unbind_resp
Browse files Browse the repository at this point in the history
  • Loading branch information
bjyoungblood committed May 5, 2011
1 parent 6eb231e commit 34ef738
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/client.js
Expand Up @@ -142,7 +142,6 @@ exports.client = function(config) {
self.bound = false;
break;
case smpp.commands.unbind_resp:
self.shouldReconnect = false;
self.bound = false;
self.socket.end();
break;
Expand Down

0 comments on commit 34ef738

Please sign in to comment.