summaryrefslogtreecommitdiff
path: root/py/demo/Ice/hello/Client.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2015-03-10 12:12:10 +0100
committerBenoit Foucher <benoit@zeroc.com>2015-03-10 12:12:10 +0100
commitc6ca68d97aa5bbc2a172e3e35171b5452657fa22 (patch)
tree46edcca4c8e313285a205bf6fad7c56c452c0cc0 /py/demo/Ice/hello/Client.py
parentMinor JS style fixes (diff)
downloadice-c6ca68d97aa5bbc2a172e3e35171b5452657fa22.tar.bz2
ice-c6ca68d97aa5bbc2a172e3e35171b5452657fa22.tar.xz
ice-c6ca68d97aa5bbc2a172e3e35171b5452657fa22.zip
ICE-6170 - fixed behavior of batch requests
Diffstat (limited to 'py/demo/Ice/hello/Client.py')
-rwxr-xr-xpy/demo/Ice/hello/Client.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/py/demo/Ice/hello/Client.py b/py/demo/Ice/hello/Client.py
index 26716dc8186..4dbec55ef2a 100755
--- a/py/demo/Ice/hello/Client.py
+++ b/py/demo/Ice/hello/Client.py
@@ -76,7 +76,8 @@ class Client(Ice.Application):
else:
batchDatagram.sayHello(delay)
elif c == 'f':
- self.communicator().flushBatchRequests()
+ batchOneway.ice_flushBatchRequests()
+ batchDatagram.ice_flushBatchRequests()
elif c == 'T':
if timeout == -1:
timeout = 2000