Skip to content
Snippets Groups Projects
  1. Apr 08, 2015
  2. Apr 07, 2015
    • Craig Tiller's avatar
      Fix server shutdown · a99157f4
      Craig Tiller authored
      A previous fix to make close() occur later can cause socket reuse by servers to fail as previous sockets are left asynchronously open.
      
      This change:
      - adds a callback to TCP server shutdown to signal that the server is completely shutdown
      - wait for that callback before destroying listeners in the server (and before destroying the server)
      - handles fallout
      a99157f4
  3. Apr 04, 2015
  4. Apr 03, 2015
  5. Apr 02, 2015
Loading