diff --git a/python/grpcdemo_client_async.py b/python/grpcdemo_client_async.py index cf12245..a99d4a4 100644 --- a/python/grpcdemo_client_async.py +++ b/python/grpcdemo_client_async.py @@ -40,10 +40,13 @@ if __name__ == '__main__': - for cmd in ARGS: +# for cmd in ARGS: + while True: + cmd="date" grpc_call(cmd, MyCallback) print "Called with %s ..." % cmd gc.collect() # Just to prove rendevous object is still there + time.sleep(5) print "Waiting For Response(s)...\n\n"