We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c795cc commit d5af2c5Copy full SHA for d5af2c5
simple_rpc/client/grpc_client_auto.py
@@ -57,7 +57,6 @@ def __init__(
57
self.proto_pb2, self.proto_pb2_grpc = grpc.protos_and_services(
58
proto_file_relpath
59
) # type: ignore
60
-
61
62
def configure_command(
63
self,
simple_rpc/server/grpc_server_auto.py
@@ -72,6 +72,7 @@ async def run_async(self):
72
73
74
server = self._create_server_template()
75
+ print(f"Starting server on {self.adress}...")
76
await server.start() # type: ignore
77
await server.wait_for_termination() # type: ignore
78
0 commit comments