privacylab / talek

a Private Publish Subscribe System
BSD 2-Clause "Simplified" License
48 stars 5 forks source link

talekclient --read --follow skips over bucket #111

Open mixmasala opened 8 months ago

mixmasala commented 8 months ago

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