You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many streams, more than the muxer's stream limit (N = 1000?). Or alternatively, setting a lower rcmgr limit on the receiver side. The client would need to back off on stream resets then (wait for 50ms, then try again). Eventually, both server and client should have handled exactly N streams. transport tests: many streams and lots of data #2296
We should have some integration tests for transports in general to:
The tests should at least exercise:
N = 1000?). Or alternatively, setting a lower rcmgr limit on the receiver side. The client would need to back off on stream resets then (wait for 50ms, then try again). Eventually, both server and client should have handled exactlyNstreams. transport tests: many streams and lots of data #2296