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 have two gRPC services in my server, my main server and the health check. I'm also adding a HTTP endpoint via warp. So I tried to do this and found things didn't quite work. Assuming I'm not doing anything egregiously wrong, there might be some changes to tonic-health and #272 or an equivalent may be required.
is there anything stopping #272 being merged? I saw there was one comment adding something but otherwise (at least to my untrained) eyes it looked pretty solid
I have two gRPC services in my server, my main server and the health check. I'm also adding a HTTP endpoint via warp. So I tried to do this and found things didn't quite work. Assuming I'm not doing anything egregiously wrong, there might be some changes to tonic-health and #272 or an equivalent may be required.
I've created an example repository here: https://github.com/xd009642/tonic-route-warp-example
In the mean time I'll start hosting two servers listening at different ports but it would be nice if this would work 😄
The text was updated successfully, but these errors were encountered: