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

Fixes Observer Death Messages being delayed #4775

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

fira
Copy link
Member

@fira fira commented Oct 23, 2023

About the pull request

Long standing bug - due to waiting for not one but two full database entities loading, the death message in dchat is delayed.

It's also symptomatic of a scheduling problem with DBQM as you can see deaths occuring in "batches" every couple seconds, indicating the queries are not processed timely - but this is out of scope for this PR.

Instead it just moves the observer logging to take place before DB ops.

Explain why it's good for the game

Feels less clunky.

Testing Photographs and Procedure

Just spawned stuff and abombed it.

Changelog

🆑
fix: deadchat death messages should now display immediately rather than being delayed a couple seconds.
/:cl:

@github-actions github-actions bot added the Fix Fix one bug, make ten more label Oct 23, 2023
@harryob harryob added this pull request to the merge queue Oct 24, 2023
Merged via the queue into cmss13-devs:master with commit 3366256 Oct 24, 2023
28 checks passed
cm13-github added a commit that referenced this pull request Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix Fix one bug, make ten more
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants