I am refactoring a scala http4s application to remove some pesky side effects causing my app to block. I\'m replacing .unsafeRunSync with cats.effect.IO. The problem is as f