1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-07-22 17:18:35 +00:00
conduit/src
Timo Kösters 1a4cc81df1
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-01 11:08:43 +02:00
..
client_server fix: stuck messages 2021-07-01 11:08:43 +02:00
database fix: stuck messages 2021-07-01 11:08:43 +02:00
appservice_server.rs Clean up reqwest::Response to http::Response conversion 2021-04-29 21:28:00 +02:00
database.rs improvement: pdu cache, /sync cache 2021-06-30 10:31:34 +02:00
error.rs improvement: pdu cache, /sync cache 2021-06-30 10:31:34 +02:00
lib.rs add dbg_macro check 2021-05-05 16:14:49 +00:00
main.rs feat: /event_auth 2021-06-14 11:36:40 +02:00
pdu.rs Fix redacted_because field being sent as a string 2021-05-26 17:38:30 +02:00
ruma_wrapper.rs fix: stuck messages 2021-07-01 11:08:43 +02:00
server_server.rs fix: stuck messages 2021-07-01 11:08:43 +02:00
utils.rs Fix lots of clippy lints 2021-06-17 20:34:14 +02:00