-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ws_commodity_future.py 실행 시 timeout 발생 이슈 문의. #32
Comments
안녕하세요 고객님 정상적인 보안코드(appkey, appsecret)으로 ws_commodity_future.py 코드 실행 결과 정상적으로 작동되고 있는 것을 확인하였습니다.
|
답변 감사드립니다. 추가 문의 하나만 더 드려도 될까요? 여러 차례 test 시 매 번 거의 비슷한 횟수 (약 127 번) loop 에서 값이 updqte 되지 않고 있습니다. 혹시 요 건 관련해서 조언해 주실만한 사항이 있을까요? |
|
답변 감사드립니다.
아래 코드의 ping interval 을 300 -> 1000 정도로 늘려주니 해결되었습니다. |
문제 내용
해당 이슈 관련 짚이는 사항 같은게 있으신지요?
Error 발생 위치.
ws_commodity_future.py / line 188
async with websockets.connect(url, ping_interval=30) as websocket:
이 때 url 은 ws://ops.koreainvestment.com:21000 사용했음.
=========== Error message =============
Exception has occurred: TimeoutError
exception: no description
asyncio.exceptions.CancelledError:
During handling of the above exception, another exception occurred:
File "/workspaces/open-trading-api/websocket/python/ws_commodity_future.py", line 188, in connect
async with websockets.connect(url, ping_interval=30) as websocket:
File "/workspaces/open-trading-api/websocket/python/ws_commodity_future.py", line 269, in
asyncio.get_event_loop().run_until_complete(connect())
asyncio.exceptions.TimeoutError:
The text was updated successfully, but these errors were encountered: