def send_sync(self, msg, timeout=long_timeout) -> None:
try:
self.send_thread(msg, False).result(timeout)
except TimeoutError as e:
self.log.warn(f'timed out waiting for processing of {msg} in {self.name}')
return self.data
评论列表
文章目录