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
{{ message }}
This repository has been archived by the owner. It is now read-only.
If I upload a file >6Mo, I get the stack trace exception
level=DEBUG ts=2023-07-18T16:11:57.946Z l=(Zio2Effect.scala:91) message="Fiber zio-fiber-10395 did not handle an error" fiber=zio-fiber-10395 error="java.util.ConcurrentModificationException: mutation occurred during iteration
at scala.collection.mutable.MutationTracker$.checkMutations(MutationTracker.scala:43)
at scala.collection.mutable.CheckedIndexedSeqView$CheckedIterator.hasNext(CheckedIndexedSeqView.scala:47)
at scala.collection.mutable.Growable.addAll(Growable.scala:61)
at scala.collection.mutable.Growable.addAll$(Growable.scala:57)
at scala.collection.immutable.VectorBuilder.addAll(Vector.scala:1822)
at scala.collection.immutable.Vector$.from(Vector.scala:1394)
at scala.collection.IterableOnceOps.toVector(IterableOnce.scala:1317)
at scala.collection.IterableOnceOps.toVector$(IterableOnce.scala:1317)
at scala.collection.AbstractIterable.toVector(Iterable.scala:933)
at korolev.effect.Stream$$anon$`10.`$anonfun$pull$19(Stream.scala:361)
at zio.ZIO.$`anonfun`$map$2(ZIO.scala:960)
at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:904)
at zio.internal.FiberRuntime.evaluateEffect(FiberRuntime.scala:381)
at zio.internal.FiberRuntime.evaluateMessageWhileSuspended(FiberRuntime.scala:504)
at zio.internal.FiberRuntime.drainQueueOnCurrentThread(FiberRuntime.scala:220)
at zio.internal.FiberRuntime.run(FiberRuntime.scala:139)
at zio.internal.ZScheduler$$anon$4.run(ZScheduler.scala:476) "
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a webpage where I upload a file with the environment zio and zio http.
If I upload a file >6Mo, I get the stack trace exception
The text was updated successfully, but these errors were encountered: