work in progress: agent.talk - client connect basically working

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3292 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2009-03-22 16:46:09 +00:00
parent 254ec32216
commit 3c246560a2

View file

@ -46,7 +46,7 @@ class Session(object):
def received(self, data):
data = json.loads(data)
# TODO: check data
# TODO: check data; notify sender?
self.sending = False
self._processQueue()