Skip to content
Snippets Groups Projects
  • Timo Kösters's avatar
    1c25492a
    fix: stuck messages · 1c25492a
    Timo Kösters authored
    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.
    fix: stuck messages
    Timo Kösters authored
    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.