grpclib icon indicating copy to clipboard operation
grpclib copied to clipboard

Docs say `status_details_codec` defaults to `ProtoStatusDetailsCodec()` but actual default is `None`

Open stan-stately opened this issue 1 year ago • 0 comments

This means that by default the status details aren't included which is kind of confusing.

ref: https://github.com/vmagamedov/grpclib/blob/62f968a4c84e3f64e6966097574ff0a59969ea9b/grpclib/client.py#L624-L647

stan-stately avatar Aug 30 '24 05:08 stan-stately