mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 18:06:35 +03:00
more aggressively skip perform API when threads are closing
This commit is contained in:
@@ -468,7 +468,7 @@ impl Imap {
|
||||
|
||||
fn unsetup_handle(&self, context: &Context) {
|
||||
info!(context, 0, "IMAP unsetup_handle starts");
|
||||
self.interrupt_idle();
|
||||
// self.interrupt_idle();
|
||||
let session = self.session.lock().unwrap().0.take();
|
||||
if session.is_some() {
|
||||
match session.unwrap().close() {
|
||||
|
||||
Reference in New Issue
Block a user