Stefan Wachter
Stefan Wachter
Did you see https://github.com/ajv-validator/ajv/pull/2359?
We are not blocked by this issue.
I pushed my current implementation, altough it is not yet working. The main idea is in line [Adapters.scala#L414](https://github.com/swachter/interop-reactive-streams/blob/zio-publisher/src/main/scala/zio/interop/reactivestreams/Adapters.scala#L414) where subscription cancellation is implemented by fiber interruption. There seems to be...
> Note that `Subscription.cancel` is an internal method and not part of the reactive streams protocol. It will not have an effect on a regular Subscriber. AFAIS `Subsciption.cancel` is part...