This commit is contained in:
zhangxiaoyu.york
2026-03-01 00:51:17 +08:00
parent 5d829ca575
commit 9e2f69bd5a

View File

@@ -311,8 +311,8 @@ class FeishuChannel(BaseChannel):
self._ws_client.start()
except Exception as e:
logger.warning("Feishu WebSocket error: {}", e)
if self._running:
import time; time.sleep(5)
if self._running:
import time; time.sleep(5)
self._ws_thread = threading.Thread(target=run_ws, daemon=True)
self._ws_thread.start()