Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider reordering baseEvents when using EventManager #118

Closed
embano1 opened this issue Oct 22, 2020 · 2 comments
Closed

Consider reordering baseEvents when using EventManager #118

embano1 opened this issue Oct 22, 2020 · 2 comments

Comments

@embano1
Copy link
Contributor

embano1 commented Oct 22, 2020

The current vSphere API used (also against the vcsim tests) is leveraging the EventManager implementation which sends (chained) events in reverse order, i.e. event key is monotonically descending instead of ascending.

for _, be := range baseEvents {

This can be undesirable due to the end user expecting the event keys arriving in (ascending) order.

@github-actions
Copy link
Contributor

This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with /reopen. Mark the issue as
fresh by adding the comment /remove-lifecycle stale.

@embano1
Copy link
Contributor Author

embano1 commented Feb 3, 2021

Fixed: #181

@embano1 embano1 closed this as completed Feb 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant