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
This app reports values from the accelerometer sensor reactively using RxJava, then outputs all the values to logcat using different AsyncEmitter.BackpressureMode strategies
App Screenshot
Logcat output when MissingBackpressureException is thrown
About
Companion piece to my blog post: "Converting callback async calls to RxJava"