Skip to content

Instantly share code, notes, and snippets.

@victorbrndls
Created May 28, 2021 00:03
Show Gist options
  • Save victorbrndls/0f585268e286912d4b1bde926e3ae0be to your computer and use it in GitHub Desktop.
Save victorbrndls/0f585268e286912d4b1bde926e3ae0be to your computer and use it in GitHub Desktop.
val channel = AndroidChannelBuilder
.forAddress("127.0.0.1", 9090)
.maxRetryAttempts(10)
.build()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment