[GH-ISSUE #50] DB sessions + close_early module not saving properly #45

Closed
opened 2026-02-25 21:33:59 +03:00 by kerem · 1 comment
Owner

Originally created by @jasonmunro on GitHub (Mar 18, 2016).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/50

Originally assigned to: @jasonmunro on GitHub.

Noticed this while testing adding/removing IMAP folders to the combined source list. For some reason when using db sessions the source fails to add/remove.

Originally created by @jasonmunro on GitHub (Mar 18, 2016). Original GitHub issue: https://github.com/cypht-org/cypht/issues/50 Originally assigned to: @jasonmunro on GitHub. Noticed this while testing adding/removing IMAP folders to the combined source list. For some reason when using db sessions the source fails to add/remove.
kerem 2026-02-25 21:33:59 +03:00
  • closed this issue
  • added the
    bug
    core
    labels
Author
Owner

@jasonmunro commented on GitHub (Mar 19, 2016):

This was due to a double callback to the server causing a race condition. The db sessions logic has no locking which is eventually going to be a problem. Closing this issue for now and will open a new one for that problem.

<!-- gh-comment-id:198755257 --> @jasonmunro commented on GitHub (Mar 19, 2016): This was due to a double callback to the server causing a race condition. The db sessions logic has no locking which is eventually going to be a problem. Closing this issue for now and will open a new one for that problem.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#45
No description provided.