Skip to content

Instantly share code, notes, and snippets.

@victorbrndls
Created May 28, 2021 00:17
Show Gist options
  • Save victorbrndls/366e0d009ad1f34be1f5063d410c34f3 to your computer and use it in GitHub Desktop.
Save victorbrndls/366e0d009ad1f34be1f5063d410c34f3 to your computer and use it in GitHub Desktop.
val channelWithKeepAlive = AndroidChannelBuilder
.forAddress("127.0.0.1", 9090)
.keepAliveTime(20, TimeUnit.SECONDS)
.keepAliveTimeout(5, TimeUnit.SECONDS)
.build()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment