Tinder / Scarlet

A Retrofit inspired WebSocket client for Kotlin, Java, and Android
Other
3.23k stars 238 forks source link

Support for Kotlin Coroutines Flow - cold stream #77

Closed gs-ts closed 4 years ago

gs-ts commented 5 years ago

Any plans to support cold streams with Flow?

https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md#version-130-m1 https://medium.com/@elizarov/cold-flows-hot-channels-d74769805f9

a-manumohan commented 4 years ago

Was looking for the same as any operations on ReceiveChannels are deprecated and flows are the way forward.

a-manumohan commented 4 years ago

I have created a PR for this https://github.com/Tinder/Scarlet/pull/116

gs-ts commented 4 years ago

resolved