grpcbox icon indicating copy to clipboard operation
grpcbox copied to clipboard

Erlang grpc on chatterbox

Results 51 grpcbox issues
Sort by recently updated
recently updated
newest added

### Fix functions parametes - Fix the value of the Name parameter passed to the subchannel in gproc_pool's disconnect_worker and remove_worker functions. - grpcbox_subchannel contains three properties: Channel, endpoint, and...

Hi @tsloughter, It's not actually an issue, just a question. The current main branch includes a few important fixes related to GRPC timeouts/deadlines: - https://github.com/tsloughter/grpcbox/pull/91 - https://github.com/tsloughter/grpcbox/pull/89 - https://github.com/tsloughter/grpcbox/pull/95 It...

### Pick a subchannel which connection is established - When a grpcbox_channel adds a grpcbox_subchannel, the grpcbox_subchannel will try to establish an HTTP/2 connection. - If the HTTP/2 connection is...

## Add hash and direct pick strategies The grpcbox_client get_channel function adds support for hash and direct strategies gproc_pool:pick_worker uses the hash/direct policy. Options do not contain the Key parameter....

Using the opentelemetry grpcbox instrumentation library and I am seeing both the client and server spans in Zipkin. However, I expected to see one span, with the client span being...

In order for 'rebar3 grpc gen' to run, I had to create _build/default/lib/grpcbox/ebin directory path manually. The command runs this way, though.

I have a need to specify the timeout when making a grpc client call. It appears the fix has been made to grpcbox, so I was wondering if it is...

Added getters for grpc stream id and stream set to be able to get and pass these values to h2_connection module