mirror of https://github.com/apache/activemq.git
AMQ-3350: Fixed chat web demo which may swallow first message. Thanks to Ken Seiss for the patch.
This commit is contained in:
parent
48d615d311
commit
5907459fc3
|
@ -149,7 +149,7 @@ org.activemq.Amq = function() {
|
||||||
if(sessionInitializedCallback) {
|
if(sessionInitializedCallback) {
|
||||||
sessionInitializedCallback();
|
sessionInitializedCallback();
|
||||||
}
|
}
|
||||||
sendPoll();
|
pollHandler(data);
|
||||||
}
|
}
|
||||||
|
|
||||||
var sendPoll = function() {
|
var sendPoll = function() {
|
||||||
|
|
Loading…
Reference in New Issue