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
Something that might of interest is that there is a Runtime being created in Main and threaded through other parts of the application - this runtime is (unfortunately) used to unsafeRun effects.
I will err on the side of being vague here at first as I am not even sure where to begin in deciphering this stack trace and therefore which information to provide. That said, I am more than happy to add any relevant details that might be helpful.
The text was updated successfully, but these errors were encountered:
I am using
interop-catz
(version=13.0.0.0
and zio version =1.0.9
) to interop withhttp4s
. I am currently getting intermittent runtime exits errors.I am creating an
http4s.server.Server
like:Something that might of interest is that there is a
Runtime
being created inMain
and threaded through other parts of the application - this runtime is (unfortunately) used tounsafeRun
effects.I will err on the side of being vague here at first as I am not even sure where to begin in deciphering this stack trace and therefore which information to provide. That said, I am more than happy to add any relevant details that might be helpful.
The text was updated successfully, but these errors were encountered: