mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-06-29 11:34:34 +02:00
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. |
||
---|---|---|
.. | ||
client_server | ||
database | ||
appservice_server.rs | ||
database.rs | ||
error.rs | ||
lib.rs | ||
main.rs | ||
pdu.rs | ||
ruma_wrapper.rs | ||
server_server.rs | ||
utils.rs |