[geary/mjog/imap-connection-fixes: 12/23] Fix Geary.Imap.Command never receiving a response timeout



commit 73e8fe96791280b7fa7bc29d4f4fb06f8872192d
Author: Michael Gratton <mike vee net>
Date:   Sun Dec 29 13:15:29 2019 +1030

    Fix Geary.Imap.Command never receiving a response timeout

 src/engine/imap/transport/imap-client-connection.vala | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/engine/imap/transport/imap-client-connection.vala 
b/src/engine/imap/transport/imap-client-connection.vala
index 14a9457c..b4c9cfa2 100644
--- a/src/engine/imap/transport/imap-client-connection.vala
+++ b/src/engine/imap/transport/imap-client-connection.vala
@@ -447,6 +447,7 @@ public class Geary.Imap.ClientConnection : BaseObject, Logging.Source {
 
             // Set timeout per session policy
             command.response_timeout = this.command_timeout;
+            command.response_timed_out.connect(on_command_timeout);
 
             this.current_command = command;
             this.sent_queue.add(command);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]