Revision 2bbc570d
client/python/hlrc_client/MiddlewareRSB.py | ||
---|---|---|
183 | 183 |
if blocking: |
184 | 184 |
# blocking: |
185 | 185 |
result = self.server.gaze(hg) |
186 |
self.logger.debug("server reply: '%s'" % result)
|
|
186 |
self.logger.info("server reply blocking: '%s'" % result)
|
|
187 | 187 |
else: |
188 | 188 |
future = self.server.gaze.async(hg) |
189 |
self.logger.info("server reply non-blocking: '%s'" % future) |
|
189 | 190 |
# we can block here for a incoming result with a timeout in s |
190 | 191 |
#print '> server reply: "%s"' % future.get(timeout = 10); |
191 | 192 |
|
Also available in: Unified diff