mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 00:32:35 +01:00
ircd::client: Broadcast the notify to this dock here.
This commit is contained in:
parent
c4d5f03725
commit
68e91d9206
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ ircd::client::close_all()
|
|||
{
|
||||
c->close(net::dc::RST, [c](const auto &e)
|
||||
{
|
||||
dock.notify_one();
|
||||
dock.notify_all();
|
||||
});
|
||||
}
|
||||
catch(const std::exception &e)
|
||||
|
|
Loading…
Reference in a new issue