-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
streaming with Monix's Iterant #1098
base: master
Are you sure you want to change the base?
streaming with Monix's Iterant #1098
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1098 +/- ##
==========================================
- Coverage 81.04% 80.46% -0.58%
==========================================
Files 54 55 +1
Lines 1018 1034 +16
Branches 59 55 -4
==========================================
+ Hits 825 832 +7
- Misses 193 202 +9
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are in-progress changes (in #1082) that supposed to take advantage of cancellable effects. Depending on which one lands first, we might need to rebase the other one.
@@ -18,6 +18,7 @@ lazy val iterateeVersion = "0.18.0" | |||
lazy val refinedVersion = "0.9.4" | |||
lazy val catsEffectVersion = "1.2.0" | |||
lazy val fs2Version = "1.0.4" | |||
lazy val monixVersion = "3.0.0-RC2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a non-RC version of Monix we can depend on?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like RC2 is the latest. Otherwise we'd have to depend on Monix 2.0 which doesn't have Iterant.
Hey, @alexeygorobets! Can you rebase your branch and adopt a cancelation logic similar to #1082? |
I think this would have to wait for CE3 support in Monix: monix/monix#1533 |
solve #1078