Revert "Let the queue handlers drain their xmpp queues"

This reverts commit fc3442a041.
This commit is contained in:
Evan Prodromou 2009-07-09 13:39:22 -04:00
parent e9edf27661
commit 43e0b308fd
1 changed files with 1 additions and 2 deletions

View File

@ -124,8 +124,7 @@ class StompQueueManager
} }
foreach ($handsocks as $sock) { foreach ($handsocks as $sock) {
if (in_array($sock, $read)) { if (in_array($sock, $read)) {
// let it really handle this stuff $handler->idle(QUEUE_HANDLER_HIT_IDLE);
$handler->idle(QUEUE_HANDLER_MISS_IDLE);
break; break;
} }
} }