Karol
Results
2
issues of
Karol
Hi, I noticed that grpcbox uses functions that do not exist. For example, grpcbox_subchannel.erl(line 96) uses: ` case h2_client:start_link(Transport, Host, Port, options(Transport, SSLOptions), #{stream_callback_mod => grpcbox_client_stream}) of` There is no...
Hi, I noticed weird behavior of the grpc_client in my application. I have a client-server application which uses grpc_client:unary(...) function and external msg encoder. Unfortunately, after sending a large amount...