silex-test
silex-test copied to clipboard
Subscription loop in Pusher
I think this line is wrong (or obsolete) ? https://github.com/jmoz/silex-test/blob/master/src/RatchetApp/Pusher.php#L48
Shouldn't it be : $pubsubContext = $this->redis->pubSubLoop($topic->getId(), array($this, 'pubsub')); ?