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
here should be GPR_TIMESPAN, so i fix like follow in my local branch :
I am not very familiar to the gRPC lib and didn't use the grpc client in this sky2cpp lib. So, feel free to point out if I am wrong.
The AsyncNext method here take a deadline parameter, seems it shouldn't be a type of GPR_TIMESPAN.
Can you paste a link or doc here to tell why GPR_TIMESPAN should be used here?
here should be GPR_TIMESPAN, so i fix like follow in my local branch :
I am not very familiar to the gRPC lib and didn't use the grpc client in this sky2cpp lib. So, feel free to point out if I am wrong. The AsyncNext method here take a deadline parameter, seems it shouldn't be a type of GPR_TIMESPAN.
Can you paste a link or doc here to tell why GPR_TIMESPAN should be used here?
code is best doument , practice is best guid
@wu-sheng My project include cpp2sky to report tracing data, i find one thread cost cpu 100%,afer debug i think find a bug:
here should be GPR_TIMESPAN, so i fix like follow in my local branch :
The text was updated successfully, but these errors were encountered: