You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Migrated Project to Kotlin 1.5.30
* Updated scarlet-stream-adapter-coroutines to be compatible with 1.5.30 as well regarding use of asFlow and channels
* Updated coroutines to 1.5.2
* scarlet-stream-adapter-coroutines produces hot flow and hot receive channel
Fixes#169Fixes#163Fixes#27
* ChannelForwarder now calls dispose correctly on Completed and Error
* Using new trySendBlocking in onNext callback
* Updating Tests to include FlowStreamAdapterTest
* Reving kotlin coroutines 1.6.0
* Updating circleci configuration to stash the correct test reports
* Updating to coroutines 1.4 and higher removes the reactive streams behavior of the past
Relied on a subscription and a buffered observer, adding buffering
* Documentation
* No need to rename files
* Use supervisor job instead of globalscope
* Proper variable naming
* Channel Forwarder should not throw
Copy file name to clipboardexpand all lines: scarlet-stream-adapter-coroutines/src/main/java/com/tinder/streamadapter/coroutines/CoroutinesStreamAdapterFactory.kt
0 commit comments