We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The TimeCheck.BeginCheckAsync() method calls Socket.Receive() with the default ReceiveTimeout which is 0 - or infinite timeout.
TimeCheck.BeginCheckAsync()
Socket.Receive()
ReceiveTimeout
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
The text was updated successfully, but these errors were encountered:
Update SDE data for August release.
878ed60
While this made few meaningful changes to the data, issue evemondevteam#76 is fixed, without even requiring a version up.
Successfully merging a pull request may close this issue.
The
TimeCheck.BeginCheckAsync()
method callsSocket.Receive()
with the defaultReceiveTimeout
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
The text was updated successfully, but these errors were encountered: