silex-test icon indicating copy to clipboard operation
silex-test copied to clipboard

Subscription loop in Pusher

Open conradfr opened this issue 10 years ago • 0 comments

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')); ?

conradfr avatar Feb 17 '15 09:02 conradfr