mqlight-dev
Advanced tools
Comparing version 0.1.2014041401 to 0.1.2014041502
@@ -372,3 +372,3 @@ /* %Z% %W% %I% %E% %U% */ | ||
} | ||
if (!messenger.stopped) { | ||
if (client.state === 'connected') { | ||
setImmediate(check_for_messages); | ||
@@ -378,5 +378,3 @@ } | ||
process.nextTick(function() { | ||
if (!messenger.stopped) { | ||
check_for_messages(); | ||
} | ||
check_for_messages(); | ||
}); | ||
@@ -775,3 +773,3 @@ | ||
}; | ||
/* ------------------------------------------------------------------------- */ |
{ | ||
"name": "mqlight-dev", | ||
"version": "0.1.2014041401", | ||
"version": "0.1.2014041502", | ||
"description": "IBM MQ Light Client Module", | ||
@@ -5,0 +5,0 @@ "main": "mqlight.js", |
Sorry, the diff of this file is not supported yet
2481699
920