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
I started two talekclient intances as follows:
talekclient --config /path/to/config --topic new.topic --create talekclient --config /path/to/config --topic new.topic --share new.topic.pub while true ; do talekclient --verbose --config /path/to/config --topic new.topic --write ping ; done
talekclient --config /path/to/config --topic new.topic.pub --read --follow
At some point the following talekclient requested a bucket before the writer had written and it stopped receiving new messages thereafter.
[Client] INFO: 2024/03/12 12:44:45 client.go:258: Reading bucket 429 [Client] TRACE: 2024/03/12 12:44:46 handle.go:202: decryption failed for read 0 of bucket 429 [[217 140 143 173]](1024): Invalid Signature [Client] TRACE: 2024/03/12 12:44:46 handle.go:202: decryption failed for read 1 of bucket 429 [[48 91 137 206]](1024): Invalid Signature [Client] TRACE: 2024/03/12 12:44:46 handle.go:202: decryption failed for read 2 of bucket 429 [[233 64 139 208]](1024): Invalid Signature [Client] TRACE: 2024/03/12 12:44:46 handle.go:196: Successful Decryption. ping [Client] INFO: 2024/03/12 12:44:47 client.go:258: Reading bucket 368 [Client] TRACE: 2024/03/12 12:44:48 handle.go:202: decryption failed for read 0 of bucket 368 [[33 68 231 179]](1024): Invalid Signature [Client] TRACE: 2024/03/12 12:44:48 handle.go:202: decryption failed for read 1 of bucket 368 [[184 23 133 217]](1024): Invalid Signature [Client] TRACE: 2024/03/12 12:44:48 handle.go:202: decryption failed for read 2 of bucket 368 [[206 130 2 201]](1024): Invalid Signature [Client] TRACE: 2024/03/12 12:44:48 handle.go:202: decryption failed for read 3 of bucket 368 [[64 92 173 67]](1024): Invalid Signature [Client] INFO: 2024/03/12 12:44:49 client.go:258: Reading bucket 944 [Client] INFO: 2024/03/12 12:44:50 client.go:294: Fetching Global Interest Vector [Client] WARN: 2024/03/12 12:44:50 client.go:306: Failed to decompress interest update: unexpected EOF
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I started two talekclient intances as follows:
At some point the following talekclient requested a bucket before the writer had written and it stopped receiving new messages thereafter.
The text was updated successfully, but these errors were encountered: