Unsubscribe from all channels in sync mode.
This commit is contained in:
parent
5808a6610c
commit
630efa2562
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue