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

Fix RemoveMapChangeTimers #720

Merged
merged 2 commits into from
Dec 24, 2024
Merged

Fix RemoveMapChangeTimers #720

merged 2 commits into from
Dec 24, 2024

Conversation

roflmuffin
Copy link
Owner

Closes #704

Copy link
Contributor

@Poggicek Poggicek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, the new implementation doesn't respect m_in_exec like the old one, but I don't think it's needed in the first place, Killing a timer while executing it shouldn't ever happen if the timers aren't killed from a new thread, which they aren't on map change.

@roflmuffin roflmuffin merged commit 9b4ee72 into main Dec 24, 2024
5 checks passed
@roflmuffin roflmuffin deleted the fix/704-timers branch December 24, 2024 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Timers are improperly iterarated in RemoveMapChangeTimers
2 participants