You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which makes it difficult to time when the server is actually started (think tests).
One way to fix this is to print that message (and possibly also "Running swagger Docs at ..."), or something else, between httpuv::startServer and httpuv::servicehere, by using those directly instead of relying on the httpuv::runServer abstraction.