Skip to content

Commit

Permalink
#484 Removed STOMP timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
itayw committed May 14, 2014
1 parent 82b3921 commit 74c7206
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/dispatch/index.js
Expand Up @@ -162,7 +162,8 @@ dispatch.init = function (callback) {
login: stompSettings.user,
passcode: stompSettings.password,
vhost: stompSettings.vhost,
debug: stompSettings.debug
debug: stompSettings.debug,
timeout: -1
};

try {
Expand Down

0 comments on commit 74c7206

Please sign in to comment.