Skip to content

debugserver: Explicit shutdown

Warren Gifford requested to merge ef/fix-debugserver-stop into main

Created by: efritz

Moving the debugserver into a background goroutine with a no-op stop meant that the start method never unblocked. This uses the httpserver package to enable graceful shutdown.

Merge request reports

Loading