Created
May 28, 2021 00:03
-
-
Save victorbrndls/0f585268e286912d4b1bde926e3ae0be to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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