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:
parent
254ec32216
commit
3c246560a2
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class Session(object):
|
||||||
|
|
||||||
def received(self, data):
|
def received(self, data):
|
||||||
data = json.loads(data)
|
data = json.loads(data)
|
||||||
# TODO: check data
|
# TODO: check data; notify sender?
|
||||||
self.sending = False
|
self.sending = False
|
||||||
self._processQueue()
|
self._processQueue()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue