I don't think that you are running into a limit from max concurrent 
streams. If you haven't explicit set a limit of 15, you are not getting 
limited by that arg.

What are the symptoms that you are seeing? If it is simply a case of only 
15 RPCs being served concurrently, I suspect that the issue that you are 
running into is that your threads are blocked and hence not able to 
serve/poll other RPCs.

On Monday, May 15, 2023 at 2:17:18 AM UTC-7 karthik karra wrote:

> and also tried using different channels for each client. nothing worked
>
> On Monday, May 15, 2023 at 2:45:14 PM UTC+5:30 karthik karra wrote:
>
>> tried this call but of no use
>> server_builder.AddChannelArgument(GRPC_ARG_MAX_CONCURRENT_STREAMS,30)
>>
>> On Monday, May 15, 2023 at 2:04:04 PM UTC+5:30 karthik karra wrote:
>>
>>> Hi All, 
>>>
>>> currently i am getting max of 15 streams to server from 2 clients. 
>>> how to set the max concurrent streams ?
>>> do i need to create a new channel or should i increase the max 
>>> concurrent streams ?
>>>
>>> Any suggestions would be helpful.
>>>
>>> Thanks,
>>> Karthik
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/500c8c7b-aa89-4738-9473-94e052785b00n%40googlegroups.com.

Reply via email to