Hi! Not sure if this is the right place to ask, please point me in the right direction if it's not. My question is regarding the IOException "too many concurrent streams" in Http2Connection line 440. Probably my understanding of HTTP/2 and net.http is wrong, but I expected the HttpClient to open new parallel connections if the max concurrent streams is reached for any one open connection and there's more request to be sent. Why doesn't it? Am I meant to handle such cases myself? The server in this case is an amazon load balancer, so I can't change the server HTTP/2 settings.
Thanks in advance! Elias