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