Closed willscott closed 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.
Fixed by f65f4c2a8dd32ccbd9e0272f5296f9a67bc0d650
with the pir backend from #57 & shim in #61, operations perform without crashing.
However, if I:
The read will time out, without seeing the message written to the topic.