In Python, how can find out if the port I'm trying to use for my gRPC server is already in use? I need to add the port before starting the server, but if I add a port already in use, it starts without any errors.
I'm running Python 2.7 on CentOS 7. -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/666e9948-bc77-4383-be3e-40ade66112cf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
