privacylab / talek

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

can't read a write to a topic #62

Closed willscott closed 7 years ago

willscott commented 7 years ago

with the pir backend from #57 & shim in #61, operations perform without crashing.

However, if I:

talekclient --create
talekclient --topic talek.handle --share talek.shared
talekclient --topic talek.handle --write "Hello World"
talekclient --topic talek.shared --read

The read will time out, without seeing the message written to the topic.

willscott commented 7 years ago

Fixed by f65f4c2a8dd32ccbd9e0272f5296f9a67bc0d650