Skip to content

Commit 36fc9b2

Browse files
authored
Merge pull request #3385 from fredfp/fix-3384
2 parents 95eeb84 + 20971b5 commit 36fc9b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reactive-streams/src/main/scala/fs2/interop/reactivestreams/StreamSubscription.scala

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ private[reactivestreams] final class StreamSubscription[F[_], A] private (
8787
case Outcome.Canceled() => cancelMe
8888
}
8989
.void
90+
.voidError // errors handled above and passed to subscriber
9091
}
9192

9293
// According to the spec, it's acceptable for a concurrent cancel to not

0 commit comments

Comments
 (0)