python-grpc
python-grpc copied to clipboard
add wrapper for grpc.Server.wait_for_termination
Hi, https://github.com/grpc/grpc/pull/19299 added a handy wait_for_termination method to the grpc.Server interface. It would be cool to implement this in _InterceptorServer and pass through to the underlying server. ... Though looking at it, I think https://github.com/opentracing-contrib/python-grpc/pull/14 will resolve this since it removes the wrapped server entirely. Is there an ETA on that PR at all?
Hi, i agree with @william-plano-oxb getting rid of the wrapper on that interface should make things a lot better and allow for the wait_for_termination problem. Anything we can help with to get this process over the line?