ensure we set channel in lock

_set_current_channel must be called  with a lock

Change-Id: I151564670946b3399158352c51d1670b9e7291fb
This commit is contained in:
gord chung 2017-01-03 14:39:21 +00:00
parent 8d2331a3b7
commit 1dc575ce5b

View File

@ -607,6 +607,7 @@ class Connection(object):
self._heartbeat_support_log_emitted = False
# NOTE(sileht): just ensure the connection is setuped at startup
with self._connection_lock:
self.ensure_connection()
# NOTE(sileht): if purpose is PURPOSE_LISTEN