From ae57cbceb60bcdcf65157ef3101586e113ba9b79 Mon Sep 17 00:00:00 2001 From: Michael Babker Date: Mon, 18 Jan 2021 19:24:18 -0600 Subject: [PATCH] Revert "Merge pull request #422 from webevt/3.x" This reverts commit e51d5a52c8a1ffd743d9711b31ece5b42d74b090, reversing changes made to 37e5c425cf1b2a5e7cb5f60b7f7ee29653721a35. --- src/Topic/TopicManager.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Topic/TopicManager.php b/src/Topic/TopicManager.php index 9a7dbdb9..af88fd61 100644 --- a/src/Topic/TopicManager.php +++ b/src/Topic/TopicManager.php @@ -90,7 +90,6 @@ public function onClose(ConnectionInterface $conn): void foreach ($this->topicLookup as $topic) { $this->cleanTopic($topic, $conn); - $this->app->onUnsubscribe($conn, $topic); } }