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

Allows incoming commands to be processed by network thread #12

Open
SirLynix opened this issue Mar 6, 2018 · 0 comments
Open

Allows incoming commands to be processed by network thread #12

SirLynix opened this issue Mar 6, 2018 · 0 comments
Assignees
Labels

Comments

@SirLynix
Copy link
Member

SirLynix commented Mar 6, 2018

Currently all commands are processed in a deferred way (first received by a network thread then queued until they're processed by the game main thread).

This is fine for most of the commands, for some commands should be processed as fast as possible, such as ping/time sync commands, which would help to mitigate the 10ms delay in local.

@SirLynix SirLynix added the Server label Mar 6, 2018
@SirLynix SirLynix self-assigned this Mar 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant