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
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 five argument function in chatterbox application.
Unfortunately it is required to create a new stream.
I am using the latest versions of grpcbox and chatterbox.
The text was updated successfully, but these errors were encountered:
@carolcarolus I have a fork of chatterbox that grpcbox is using. I have not merged it into chatterbox because, even though I maintain chatterbox now, I have not had anyone to help with reviews. I hope that changes now and we will see updates to chatterbox soon and remove the need for my fork.
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 five argument function in chatterbox application.
Unfortunately it is required to create a new stream.
I am using the latest versions of grpcbox and chatterbox.
The text was updated successfully, but these errors were encountered: