[Zope-Checkins] CVS: ZODB3/ZEO/zrpc - client.py:1.23

Jeremy Hylton jeremy@zope.com
Fri, 13 Dec 2002 17:03:11 -0500


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

Modified Files:
	client.py 
Log Message:
Add XXX comment.

Should the deadline by checked inside this final loop waiting for
wrappers to finish?


=== ZODB3/ZEO/zrpc/client.py 1.22 => 1.23 ===
--- ZODB3/ZEO/zrpc/client.py:1.22	Thu Dec  5 13:28:17 2002
+++ ZODB3/ZEO/zrpc/client.py	Fri Dec 13 17:03:11 2002
@@ -402,6 +402,8 @@
                     return -1
             assert wrap.state == "closed"
             del wrappers[wrap]
+
+            # XXX should check deadline
         
 
 class ConnectWrapper: