Skip to content

Instantly share code, notes, and snippets.

@bherbst
Last active December 15, 2017 14:50
Show Gist options
  • Save bherbst/4bb47c7878e3e06d7a913cac5f8113d4 to your computer and use it in GitHub Desktop.
Save bherbst/4bb47c7878e3e06d7a913cac5f8113d4 to your computer and use it in GitHub Desktop.
ConnectableObservable - potential UndeliverableException
someApi.retrofitCall() // This is a network request made using Retrofit
.publish()
.connect()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment