-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
ALL
-
Platforms 2017-11-13
In the shutdown task we are still closing the listening sockets with
log(LogComponent::kNetwork) << "shutdown: going to close listening sockets...";
ListeningSockets::get()->closeAll();
which doesn't do anything for TransportLayerASIO. We should just shutdown the TransportLayer here instead.