-
I can't tell if this is a bug in my application or not, but after the max stream limit has been reached (the value of Is the limit a hard limit for the lifetime of the connection, or am I doing something wrong somewhere? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
PereBidiStreamCount
is not a hard limit. It automatically allows for more streams to be created once the old ones are shutdown in both directions (not just the send direction). The stream has to be shutdown completely by both sides before the transport considers it gone, and allows for a new one to be created.