ap-johns

Results 3 comments of ap-johns

We found issues using disposables.dispose() in onPause() - it means you can then not add more subscriptions via disposables.add in eg onResume(). So our pattern is always to use disposables.clear()...

Any official response on this ? I'm using: implementation 'com.github.tinder.scarlet:scarlet:0.1.7' implementation 'com.github.tinder.scarlet:scarlet-message-adapter-gson:0.1.7' implementation 'com.github.tinder.scarlet:scarlet-websocket-okhttp:0.1.7' implementation 'com.github.tinder.scarlet:scarlet-stream-adapter-rxjava2:0.1.7' and have the same issue eg using these two test classes - class Artist...