Skip to content

Commit

Permalink
Merge pull request #485 from joola/feature/#484
Browse files Browse the repository at this point in the history
#484 Removed STOMP timeout
  • Loading branch information
itayw committed May 14, 2014
2 parents 82b3921 + 74c7206 commit c91b99a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/dispatch/index.js
Original file line number Diff line number Diff line change
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 c91b99a

Please sign in to comment.