Bruno Windels

Results 169 comments of Bruno Windels

Might also want to wait for a few seconds to try reconnecting to avoid these stalled requests in the first place, as even if the timeout would have worked, it...

had it happen again today

A refresh fixed the issue...

Perhaps the server returned a duplicate event id? But I thought we filtered those out?

We do filter them out, but only when filling gaps, not during sync... https://github.com/bwindels/brawl-chat/blob/master/src/matrix/room/timeline/persistence/GapWriter.js#L40

How to report this? Status bubble that links to operations view?

Might have something to do with the fact that we send multiple messages at once as long as we don't get rate-limited. We probably need to wait for the first...