AMQ-3350: Fixed chat web demo which may swallow first message. Thanks to Ken Seiss for the patch.

This commit is contained in:
Claus Ibsen 2013-11-03 08:53:36 +01:00
parent 48d615d311
commit 5907459fc3
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ org.activemq.Amq = function() {
if(sessionInitializedCallback) {
sessionInitializedCallback();
}
sendPoll();
pollHandler(data);
}
var sendPoll = function() {