Skip to content

Commit

Permalink
Set grace=0 to server stop in route_guide
Browse files Browse the repository at this point in the history
  • Loading branch information
VcamX committed Mar 7, 2016
1 parent 72724bc commit 208fd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/python/route_guide/route_guide_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def serve():
while True:
time.sleep(_ONE_DAY_IN_SECONDS)
except KeyboardInterrupt:
server.stop()
server.stop(0)

if __name__ == '__main__':
serve()

0 comments on commit 208fd6b

Please sign in to comment.