baul
baul
@Freelancecn Can you give some comments about the pull req?
@Zibri Looks like that | Fenix 5X | Descent Mk1 -- | -- | -- SKU | 006-B2604-00 | 006-B2859-00 Sensor | 006-B2663-00 | 006-B2664-00 BT | | WIFI |...
Have added documentation.
> Hello :D Any progress on this PR? Dont know why jacobsa not to merge or give some advice.
Just have rebased on master branch.
Can you give some comments about the context commit? I use context in SetNotifyContext,so this func SetNotifyContext have nothing to modify, only one bug to fix. Then change NotifyKernel(opstate opState)...
Though we have get fn from_h2_error(err: &h2::Error), but this is not exhaust. When set timeout 1us by tower service-builder.new().settimeout() layer then server build the tonic. The grpc server will timeout...
1. **tonic**::transport::Server::builder().layer(mylayer).**timeout**().add_service.... client got time expired and code Cancelled. but tracelayer cannot capture any error. 2. mylayer: tower::ServiceBuilder::new()**.timeout().layer(TraceLayer**::new()) then add this mylayer to the tonic Server::builder() h2 log error, but...
Just move the tonic::transport::Service::timeout code to tower-http. Now run ok . Some questions: * If use the TimeoutExpired Error, which show as a h2 error in the tracelayer log ,...