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

Jeremy Hylton jeremy@zope.com
Mon, 28 Jan 2002 18:23:19 -0500


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

Modified Files:
      Tag: Standby-branch
	client.py 
Log Message:
close trigger if it exists.


=== ZEO/ZEO/zrpc/client.py 1.1.2.10 => 1.1.2.11 ===
         if self.connection:
             self.connection.close()
+        if self.trigger is not None:
+            self.trigger.close()
 
     def set_async(self, map):
         # XXX need each connection started with async==0 to have a callback