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
Running very moderate whitenoise tests, with 128MiB payloads and some latency, the receiving side of the transfer intermittently prints this log:
Mar 26 15:05:22.277030 INFO 27.9785s ERROR << receiver[000] (eb7348) >> 2021-03-26T15:05:22.276Z ERROR data-transfer channels/channel_state.go:101 unexpected EOF
Looking at the code, it seems like the CID lists feature is once again problematic (see #166). It looks like an IO race in this case.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Running very moderate whitenoise tests, with 128MiB payloads and some latency, the receiving side of the transfer intermittently prints this log:
Looking at the code, it seems like the CID lists feature is once again problematic (see #166). It looks like an IO race in this case.
The text was updated successfully, but these errors were encountered: