[Zodb-checkins] CVS: ZODB3/ZEO/zrpc - client.py:1.25.16.3

Jeremy Hylton jeremy at zope.com
Tue Sep 30 15:24:06 EDT 2003


Update of /cvs-repository/ZODB3/ZEO/zrpc
In directory cvs.zope.org:/tmp/cvs-serv1059/ZEO/zrpc

Modified Files:
      Tag: Zope-2_7-branch
	client.py 
Log Message:
Remove loop callback when the ConnectionManager is closed.


=== ZODB3/ZEO/zrpc/client.py 1.25.16.2 => 1.25.16.3 ===
--- ZODB3/ZEO/zrpc/client.py:1.25.16.2	Mon Sep 15 17:26:54 2003
+++ ZODB3/ZEO/zrpc/client.py	Tue Sep 30 15:24:05 2003
@@ -105,6 +105,7 @@
         if self.trigger is not None:
             self.trigger.close()
             self.trigger = None
+        ThreadedAsync.remove_loop_callback(self.set_async)
 
     def set_async(self, map):
         # This is the callback registered with ThreadedAsync.  The




More information about the Zodb-checkins mailing list