Call TransportLayer shutdown during normal server shutdown

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 3.6.0-rc3
    • Affects Version/s: None
    • Component/s: None
    • Fully Compatible
    • ALL
    • Platforms 2017-11-13
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      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.

            Assignee:
            Jonathan Reams
            Reporter:
            Jonathan Reams
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: