gRFC: https://github.com/lidizheng/proposal/blob/python-wait/L54-python-server-wait.md ---
In short, Python server only provided a non-blocking "start" function and didn't provide a method to prevent main thread from exiting. This gRFC is trying to introduce a simple method named "wait_for_termination" which will block until the server is stopped/terminated. Feel free to comment :) -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/922063f2-ed6e-4bb6-a4b3-c860f776cdc5%40googlegroups.com.
