fix up hub queueing to work w/ stomp queues

This commit is contained in:
Brion Vibber
2010-02-08 16:43:37 -08:00
parent c4557d4d07
commit 045797331c
4 changed files with 34 additions and 31 deletions

View File

@@ -43,7 +43,7 @@ class HubOutQueueHandler extends QueueHandler
common_log(LOG_ERR, "Failed PuSH to $sub->callback for $sub->topic: " .
$e->getMessage());
// @fixme Reschedule a later delivery?
// Currently we have no way to do this other than 'send NOW'
return true;
}
return true;