TryQuiet / zbay

GNU General Public License v3.0
18 stars 3 forks source link

Message latency is too high #793

Closed holmesworcester closed 2 years ago

holmesworcester commented 3 years ago

Right now it takes up to 10 seconds to receive a message. We think this lag is due to zbay receiving all messages in the channel from waggle with each new message, and laboriously updating the channel state. Let's fix that!

Possibly we do #759 first (logging), but I think we have already confirmed that the problem is in the waggle > zbay step on the receiver side, so we should be able to just fix it without changing how we log.

holmesworcester commented 3 years ago

@vinkabuki this is in progress now, right? is this ticket a duplicate?

holmesworcester commented 3 years ago

this is fixed in the latest release candidate. (which is awesome!)