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

Prevent enet timeouts when user waits too long between calls to console.step #88

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

vladfi1
Copy link
Contributor

@vladfi1 vladfi1 commented Jun 3, 2022

Currently we get disconnected from the slippstream if we wait more than ~1 minute between calls to console.step(). This PR fixes the issue by polling the enet host in a separate process. There doesn't seem to be a perfomance hit in my tests. I think using multiprocessing for this is a bit heavy-handed, but unfortunately plain multithreading is to slow.

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.

1 participant