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

Auto build don't work #244

Open
feelingsonice opened this issue Apr 19, 2024 · 0 comments · May be fixed by #245
Open

Auto build don't work #244

feelingsonice opened this issue Apr 19, 2024 · 0 comments · May be fixed by #245

Comments

@feelingsonice
Copy link

Running cargo build using the auto_build example produces one of 2 errors:

  --- stderr
  Error: Connection(Error(Error { kind: Closed, cause: None }))

Or:

  --- stderr
  Error: Connection(Error(Error { kind: Io, cause: Some(Os { code: 54, kind: ConnectionReset, message: "Connection reset by peer" }) }))

I suspect it is related to how the docker container is brought up? Maybe there's a timing issue here because the container isn't yet ready?

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