PYTHON-1119 - Monitor sends metadata when reconnecting.
This commit is contained in:
parent
537b9d5a5c
commit
78c8a4522d
@ -139,7 +139,7 @@ class Monitor(object):
|
||||
# Try a second and final time. If it fails return original error.
|
||||
start = _time()
|
||||
try:
|
||||
return self._check_once()
|
||||
return self._check_once(metadata=self._pool.opts.metadata)
|
||||
except ReferenceError:
|
||||
raise
|
||||
except Exception as error:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user