21in7
5e6cdcc358
fix: _on_candle_closed async 콜백 구조 수정 — asyncio.create_task 제거
동기 콜백 내부에서 asyncio.create_task()를 호출하면 이벤트 루프
컨텍스트 밖에서 실패하여 캔들 처리가 전혀 이루어지지 않는 버그 수정.
- _on_candle_closed: 동기 → async, create_task → await
- handle_message (KlineStream/MultiSymbolStream): 동기 → async, on_candle await
- test_callback_called_on_closed_candle: AsyncMock + await handle_message로 수정
Made-with: Cursor
2026-03-02 01:00:59 +09:00
..
2026-03-01 12:48:03 +09:00
2026-03-01 19:30:17 +09:00
2026-03-01 20:39:07 +09:00
2026-03-02 01:00:59 +09:00
2026-03-01 12:51:27 +09:00
2026-03-02 00:30:36 +09:00
2026-03-01 20:38:18 +09:00
2026-03-01 12:50:51 +09:00
2026-03-01 17:07:18 +09:00
2026-03-02 00:36:13 +09:00
2026-03-02 00:38:08 +09:00
2026-03-02 00:34:21 +09:00
2026-03-01 20:37:46 +09:00