Closed rouzwawi closed 6 years ago
This allows a server implementation to specify the channel capacity of channels created for server streaming calls. Defaults to Channel.UNLIMITED.
Channel.UNLIMITED
class GreeterImpl : GreeterGrpcKt.GreeterImplBase( sendChannelCapacity = 4 ) { // server handlers }
This allows a server implementation to specify the channel capacity of channels created for server streaming calls. Defaults to
Channel.UNLIMITED
.