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

Network Time Protocol infinite timeout #76

Open
nathan-bell opened this issue Feb 4, 2018 · 0 comments
Open

Network Time Protocol infinite timeout #76

nathan-bell opened this issue Feb 4, 2018 · 0 comments

Comments

@nathan-bell
Copy link

The TimeCheck.BeginCheckAsync() method calls Socket.Receive() with the default ReceiveTimeout which is 0 - or infinite timeout.

If this port is blocked (like it is at my office) EveMon gets stuck at the first call to check the time (ie when opening) and never goes further.

Maybe a default timeout could be set here? Or a way to disable the timecheck altogether

NevarrTivianne pushed a commit to NevarrTivianne/evemon that referenced this issue Apr 3, 2021
While this made few meaningful changes to the data, issue evemondevteam#76 is fixed, without even requiring a version up.
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 a pull request may close this issue.

1 participant