You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
In a given session, you should be able to track when a call to RetrievePropertiesEx is made and leave a state flag on the session instance. When the call to ContinueRetrievePropertiesEx is made you should be able to observe the flag and throw a Session related exception.
This problem occurs because we have automatic re-connects embedded inside pyVmomi's core libraries and those reconnects can occasionally cause problems with a long running retrieve.
The text was updated successfully, but these errors were encountered:
In a given session, you should be able to track when a call to RetrievePropertiesEx is made and leave a state flag on the session instance. When the call to ContinueRetrievePropertiesEx is made you should be able to observe the flag and throw a Session related exception.
This problem occurs because we have automatic re-connects embedded inside pyVmomi's core libraries and those reconnects can occasionally cause problems with a long running retrieve.
The text was updated successfully, but these errors were encountered: