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
java.lang.IllegalStateException: supervisor already shutdown
at get @ fs2.internal.Scope.openScope(Scope.scala:275)
at get @ fs2.internal.Scope.openScope(Scope.scala:275)
at unique @ fs2.Compiler$Target$ConcurrentTarget.unique(Compiler.scala:194)
Note that you also see after each request:
INFO org.http4s.blaze.client.PoolManager - Shutting down connection pool: curAllocated=1 idleQueues.size=1 waitQueue.size=0 maxWaitQueueLimit=256 closed=false
As originally raised in http4s/http4s#7502
The following code:
Click to expand
throws the following logs:
Note that you also see after each request:
if I change the code to:
Click to expand
ie,
The problem goes away. I also checked this with the ember client and not seeing the issue there:
Click to expand
The text was updated successfully, but these errors were encountered: