v0.0.3 : Remote-cancelation; More fs2-idiomatic construct
- Adds a mechanism to propagate cancellation from client to server
- Changes the UX so that the concurrent consumption of the streams needs to be handled by the user. It actually makes what's going on a lot clearer.
What's Changed
- Add logic to propagate CE-cancelation via channels by @Baccata in #3
- Docs and examples by @Baccata in #4
Full Changelog: v0.0.2...v0.0.3