Skip to content

Commit

Permalink
fixed timeout bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Andris Reinman committed Feb 8, 2012
1 parent 5b2b6d5 commit 5af1f90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/client.js
Expand Up @@ -648,5 +648,6 @@ SMTPClient.prototype._actionStream = function(str){
}

// Waiting for new connections
this._currentAction = this._actionIdle;
process.nextTick(this.emit.bind(this, "idle"));
};
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "simplesmtp",
"description": "Simple SMTP server module to create custom SMTP servers",
"version": "0.1.8",
"version": "0.1.9",
"author" : "Andris Reinman",
"maintainers":[
{
Expand Down

0 comments on commit 5af1f90

Please sign in to comment.