Skip to content

Commit

Permalink
2.17.4 - Add fix back
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanvdWest committed Mar 24, 2017
1 parent 1ebf47c commit 5f30f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/client/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -1093,9 +1093,9 @@

}
else {
// setTimeout(function () {
setTimeout(function () {
destroyPubSub(_this, callback); // we need to give Primus a cycle to clean up for socket level errors
// },0);
},0);
}

});
Expand Down

0 comments on commit 5f30f14

Please sign in to comment.