gurk-rs icon indicating copy to clipboard operation
gurk-rs copied to clipboard

Unable to send reaction

Open cs-t1 opened this issue 4 years ago • 2 comments

On both the current master branch, the reaction feature seems to be broken.

When sending a reaction, it correctly appears locally but seem not to get sent as it does not appear on any other device.

After experimenting a bit with the code, it seems that adding

timestamp: Some(timestamp),

in the message

https://github.com/boxdot/gurk-rs/blob/eda8557e943e492e2781bb486cc5091ed87f4fcf/src/signal.rs#L168-L176

solves the issue.

cs-t1 avatar Nov 08 '21 13:11 cs-t1

After some more testing, it appears this problems occurs whenever I'm connected to an unstable network.

This raises another question : we currently do not support sending/caching messages when no connection is available. Would it be possible to implement this?

cs-t1 avatar Nov 16 '21 15:11 cs-t1