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
We've seen some failures of the daemon tests on windows CI: https://ci.appveyor.com/project/gvanrossum/mypy/builds/20660260 https://ci.appveyor.com/project/gvanrossum/mypy/builds/20669303
The symptom is a timeout trying to connect while stopping the daemon when doing a server-triggered restart in dmypy run
dmypy run
Restarting: plugins changed error : Timed out waiting for connection. (diff) Daemon is stuck; consider C:\projects\mypy\mypy\dmypy.py kill (diff) == Return code: 1 (diff)
@ethanhs
The text was updated successfully, but these errors were encountered:
https://ci.appveyor.com/project/gvanrossum/mypy/builds/21024302
Sorry, something went wrong.
566b301
emmatyping
No branches or pull requests
We've seen some failures of the daemon tests on windows CI:
https://ci.appveyor.com/project/gvanrossum/mypy/builds/20660260
https://ci.appveyor.com/project/gvanrossum/mypy/builds/20669303
The symptom is a timeout trying to connect while stopping the daemon when doing a
server-triggered restart in
dmypy run
@ethanhs
The text was updated successfully, but these errors were encountered: