(Non-TLS) server should use System.TimeManager.withManager
instead of initManager
#190
Labels
bug
Something isn't working
priority: medium
Should be done before the library can be considered complete
We currently use
initManager
, which means that we might leak some resources if the server is shut down. However, when we usewithManager
instead, the test suite fails:Currently unclear why.
The text was updated successfully, but these errors were encountered: