Hi, grpc/grpc#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 #14 will resolve this since it removes the wrapped server entirely. Is there an ETA on that PR at all?