Example #1
0
    def waitResponse(self, timeout=5.0) :
        """Wait for the request to finish

        timeOut The timeout in seconds

        """
        return channelRPCPy._waitResponse(self.cppPvt, timeout)
Example #2
0
 def waitResponse(self):
     """Wait for the request to finish"""
     return channelRPCPy._waitResponse(self.cppPvt)