-
Notifications
You must be signed in to change notification settings - Fork 678
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
Using a user specified time to fix disconnections on debug #272
Comments
Did you try specifying appropriate values for Lines 477 to 500 in 657eaf9
Lines 224 to 226 in 657eaf9
I personally don't fully understand what unit these values are in, but it seems like you should be able to set a very high maximum timeout to avoid peers disconnecting during debugging. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While breaking the code, it can easily happen for the user to timeout, would it be possible to add the feature that the user can supply the delta time to enet, so that it the program is ever paused at some point, it wouldn't disconnect the users?
The text was updated successfully, but these errors were encountered: