1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-08-16 18:01:35 +00:00
conduit/src/client_server
Timo Kösters 25c7333112
fix: stuck messages
Conduit did not send the event in /sync because of a race condition.
There is a brief moment in time where Conduit accepted the event, but
did not store it yet. So when the client /syncs it updates the since
token without sending the event. I hope I fixed it by significantly
shortening the race-condition period.
2021-07-13 10:26:39 +02:00
..
account.rs replace ReadGuard with DatabaseGuard 2021-07-11 15:42:06 +02:00
alias.rs replace ReadGuard with DatabaseGuard 2021-07-11 15:42:06 +02:00
backup.rs replace ReadGuard with DatabaseGuard 2021-07-11 15:42:06 +02:00
capabilities.rs fix: use correct room versions 2021-03-26 13:30:17 +01:00
config.rs replace ReadGuard with DatabaseGuard 2021-07-11 15:42:06 +02:00
context.rs replace ReadGuard with DatabaseGuard 2021-07-11 15:42:06 +02:00
device.rs replace ReadGuard with DatabaseGuard 2021-07-11 15:42:06 +02:00
directory.rs replace ReadGuard with DatabaseGuard 2021-07-11 15:42:06 +02:00
filter.rs feat: opentelemetry/jaeger support 2021-03-02 15:08:54 +01:00
keys.rs replace ReadGuard with DatabaseGuard 2021-07-11 15:42:06 +02:00
media.rs replace ReadGuard with DatabaseGuard 2021-07-11 15:42:06 +02:00
membership.rs fix: stuck messages 2021-07-13 10:26:39 +02:00
message.rs replace ReadGuard with DatabaseGuard 2021-07-11 15:42:06 +02:00
mod.rs misc cleanup 2021-07-04 13:14:01 +02:00
presence.rs replace ReadGuard with DatabaseGuard 2021-07-11 15:42:06 +02:00
profile.rs replace ReadGuard with DatabaseGuard 2021-07-11 15:42:06 +02:00
push.rs replace ReadGuard with DatabaseGuard 2021-07-11 15:42:06 +02:00
read_marker.rs replace ReadGuard with DatabaseGuard 2021-07-11 15:42:06 +02:00
redact.rs replace ReadGuard with DatabaseGuard 2021-07-11 15:42:06 +02:00
room.rs replace ReadGuard with DatabaseGuard 2021-07-11 15:42:06 +02:00
search.rs replace ReadGuard with DatabaseGuard 2021-07-11 15:42:06 +02:00
session.rs replace ReadGuard with DatabaseGuard 2021-07-11 15:42:06 +02:00
state.rs replace ReadGuard with DatabaseGuard 2021-07-11 15:42:06 +02:00
sync.rs fix: e2ee verification 2021-07-13 10:26:36 +02:00
tag.rs replace ReadGuard with DatabaseGuard 2021-07-11 15:42:06 +02:00
thirdparty.rs chore: get rid of warnings 2021-03-24 12:44:10 +01:00
to_device.rs fix: e2ee verification 2021-07-13 10:26:36 +02:00
typing.rs replace ReadGuard with DatabaseGuard 2021-07-11 15:42:06 +02:00
unversioned.rs feat: opentelemetry/jaeger support 2021-03-02 15:08:54 +01:00
user_directory.rs replace ReadGuard with DatabaseGuard 2021-07-11 15:42:06 +02:00
voip.rs feat: opentelemetry/jaeger support 2021-03-02 15:08:54 +01:00