This commit is contained in:
2025-08-31 06:31:55 +09:00
parent 5a373ce85c
commit 04e4986374
2 changed files with 3 additions and 2 deletions

View File

@@ -113,6 +113,7 @@ function initWs() {
reason: reason.toString()
});
// 재연결 시도 로직 추가 가능
initWs()
});
} catch (error) {
logger.critical('WebSocket 초기화 실패', error);