Use of client's context for the server results in the server not able to correctly handle ALPN selection: server is not able to request http2(the only one that grpc-dart supports) when client offers both http1 and http2, results in client attempting http1 failing to establish the connection.
Use of client's context for the server results in the server not able to correctly handle ALPN selection: server is not able to request http2(the only one that grpc-dart supports) when client offers both http1 and http2, results in client attempting http1 failing to establish the connection.