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
vcsim: Use OptionManager to configure session timeout duration
Use of SessionIdleTimeout package var can race.
Changing session timeout via OptionManager:
- Avoids races
- Works with clients other than Go
- Same method used by real vCenter
BREAKING: var simulator.SessionIdleTimeout has been removed.
Use sim25.SetSessionTimeout instead.
Signed-off-by: Doug MacEachern <[email protected]>
0 commit comments