Lu-Yi-Hsun / iqoptionapi

IQ Option API
372 stars 289 forks source link

get_candle doesn't stop properly. #151

Closed zidokobik closed 4 years ago

zidokobik commented 4 years ago

Whenever I try to stop a looped get_candle with Ctrl + C within console this error shows up

image image

As you can see even after I press Ctrl + C, the loop doesn't actually stop. How do I stop the loop properly within console. I'm aware that Im not supposed to stream candles with get_candles().

Lu-Yi-Hsun commented 4 years ago

Same problem with https://github.com/Lu-Yi-Hsun/iqoptionapi/issues/145

I will try to fix