Skip to content

Commit

Permalink
Revert "Merge pull request #422 from webevt/3.x"
Browse files Browse the repository at this point in the history
This reverts commit e51d5a5, reversing
changes made to 37e5c42.
  • Loading branch information
mbabker committed Jan 19, 2021
1 parent c38c645 commit ae57cbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Topic/TopicManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ public function onClose(ConnectionInterface $conn): void

foreach ($this->topicLookup as $topic) {
$this->cleanTopic($topic, $conn);
$this->app->onUnsubscribe($conn, $topic);
}
}

Expand Down

0 comments on commit ae57cbc

Please sign in to comment.