Unsubscribe from all channels in sync mode.

This commit is contained in:
Alex Renoki 2020-09-15 20:49:28 +03:00
parent 5808a6610c
commit 630efa2562
1 changed files with 2 additions and 2 deletions

View File

@ -143,9 +143,9 @@ class RedisChannelManager extends LocalChannelManager
$connection, $channel, new stdClass $connection, $channel, new stdClass
); );
} }
})->then(function () use ($connection) {
parent::unsubscribeFromAllChannels($connection);
}); });
parent::unsubscribeFromAllChannels($connection);
} }
/** /**