It doesn't exit gracefully when the program ends. It stays running until you hit Ctrl+C.
Apparently the HTTP server thread isn't shutting down after capturing a request. Please terminate the thread when the request is over. This will matter when we build unit tests based on this downstream.
When you run the auth test with, e.g.:
It doesn't exit gracefully when the program ends. It stays running until you hit Ctrl+C.
Apparently the HTTP server thread isn't shutting down after capturing a request. Please terminate the thread when the request is over. This will matter when we build unit tests based on this downstream.