Merge "ensure we set channel in lock"

This commit is contained in:
Jenkins 2017-01-05 02:46:44 +00:00 committed by Gerrit Code Review
commit a1fecbec58

View File

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