Results 5 issues of showbyte

mac client 1.3.6 无法添加路径,选中目录后无反应,像没有选中一样

python: 3.12.1 pyhaystack: 3.0.0 ![image](https://github.com/ChristianTremblay/pyhaystack/assets/28568478/8e2ee0d6-b679-4595-b6e0-b7fba5895bf0) ``` 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,...

Type: Enhancement
Status: Available

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...

Status: Available
Status: More info needed

![image](https://github.com/eclipse/paho.mqtt.python/assets/28568478/05205c76-ecb3-416f-9afb-40f38514d265) ![image](https://github.com/eclipse/paho.mqtt.python/assets/28568478/e734f818-b8a7-4b12-a8f1-ef848245fd2e) paho-mqtt: 2.1.0 __init__ first arg is callback_api_version not client_id

Status: Available