Mark the delivery thread daemonic.

pull/21786/head
Benjamin Peterson 5 years ago
parent 5791495f59
commit 4ab5aaf142
  1. 1
      src/python/grpcio/grpc/_channel.py

@ -1240,6 +1240,7 @@ def _spawn_delivery(state, callbacks):
state.connectivity,
callbacks,
))
delivering_thread.setDaemon(True)
delivering_thread.start()
state.delivering = True

Loading…
Cancel
Save