showbyte
showbyte
mac client 1.3.6 无法添加路径,选中目录后无反应,像没有选中一样
python: 3.12.1 pyhaystack: 3.0.0  ``` class OpticManager: def __init__(self) -> None: self.url = f'{SIEMENS_HOST}' self.client = pyhaystack.connect(implementation='skyspark', uri=self.url, username=SIEMENS_USER_NAME, password=SIEMENS_PASSWORD, project=SIEMENS_PROJECT_NAME, pint=True) def get_about(self): op = self.client.about() op.wait(3) about...
Problem description: Python version: 3.9 Paho-MQTT version: 1.6.1 When using 1000 threads, each thread as a client to connect to the MQTT service, due to the _socketpair_compat function in loop_start,...
version: 1.6.1 python: 3.9.6 When I'm using paho-mqtt, sometimes in a weak network environment, there is an issue where the MQTT connection is actually disconnected, but according to client.is_connected(), the...
  paho-mqtt: 2.1.0 __init__ first arg is callback_api_version not client_id