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
"An existing connection was forcibly closed by the remote host." error on Windows (with Rust + MSVC) #1186
Comments
|
OS error 10054 indicates the peer application reset the TCP connection (set the TCP RST flag). That could be from improper firewall configuration, spotty wifi, etc. As it is right now I don't have enough information to determine if this is a bug in sccache, or if you simply had a transient networking issue. Can you provide more information about your network environment and what you were trying to compile? Also, if you could provide your windows version that would also be helpful. |
|
Hello, thanks for the reply!
|
|
Can you provide the rust toolchain you are using?
|
|
I can't remember (I switched away from Windows to Linux) but I'm pretty sure it was the latest stable Rust version at the time. |
|
I also run into this issue occasionally on windows with only a local disk cache. Sometimes I use |
When I try to build my Rust project, I get this error:
Restarting the server/machine/VS Code did not help. In addition to this, Kaspersky's Web Anti-Virus is turned off.
The text was updated successfully, but these errors were encountered: