algoqt
algoqt
这样太不兼容 python asynio了? C++ 里有没不阻塞线程的 sleep函数
http://qt.gtimg.cn/q=sz002055 return GBK charset, it turns the error came out: ----- Error fetching URL http://qt.gtimg.cn/q=sz002055: Charset must be iso-8859-1, utf-8, utf-16, utf-16le, or utf-16be to be extracted. ---- is the...
run code bellow,case2 failed but if comment out the case 1 code,the case 2 code: socket.async_connect(endpoint, std::bind(handle_connect, std::placeholders::_1, endpoint)); works fine. what make these two seem have conflict??? seems when...
user_data_stream bug? why cant catch the UserDataStreamEventsResponse model,actual_instance is None?
``` def on_user_data_stream_um(self,data): print(f"data type: {type(data)},{data}") async def subscribe_user_data_stream_um(self): connection = await self.get_um_connection() try: resp = await connection.start_user_data_stream() listen_key = resp.data().result.listen_key if not listen_key: raise ValueError("无法获取 listenKey: " + str(resp))...