Example #1
0
 /**
  * {@inheritdoc}
  */
 public function onSubscribeDecline(ConnectionInterface $conn, $topic)
 {
     $topicObj = $this->getTopic($topic);
     // remove subscription if present
     $this->cleanTopic($topicObj, $conn);
     $this->app->onSubscribeDecline($conn, $topicObj);
 }