hugues31 / coinnect

Coinnect is a Rust library aiming to provide a complete access to main crypto currencies exchanges via REST API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

block_or_continue doesn't wait the correct time

ainestal opened this issue · comments

block_or_continue is waiting for the time passed between the last request and the current one. It's not waiting until the threshold is met.