kubeedge/viaduct

can not open stream anymore when the number of stream touch the MaxIncomingStreams

Opened this issue · 2 comments

What happened:
the quic-go has a limit of incoming streams,using the defaut MaxIncomingStreams(100), we only send less then 100 messages

What you expected to happen:
no message number limit

qizha commented

you mean the limitation on server side or client side?

you mean the limitation on server side or client side?

yes,both server and client have the limitation