robertbasic / pugdebug

pugdebug is a standalone debugging client for PHP applications that uses XDebug as the debugging engine.
http://pugdebug.com/
Other
73 stars 15 forks source link

Correctly stop listening when multiple requests are active #153

Closed robertbasic closed 9 years ago

robertbasic commented 9 years ago

Stopping to listen for new connections when there are multiple requests active does not stop correctly.

I believe the stop listening finishes before the debugger manages to clean up the current connection.