0
0
Fork 0
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:
Jason Volk 2018-12-14 15:38:31 -08:00
parent c4d5f03725
commit 68e91d9206

View file

@ -201,7 +201,7 @@ ircd::client::close_all()
{ {
c->close(net::dc::RST, [c](const auto &e) c->close(net::dc::RST, [c](const auto &e)
{ {
dock.notify_one(); dock.notify_all();
}); });
} }
catch(const std::exception &e) catch(const std::exception &e)