Open Ria9993 opened 1 year ago
When calling the curl_api multiple times, calls after the first call would either fail or return an "invalid signature" HTTP response. (https://github.com/binance-exchange/binacpp/issues/33)
Added calling curl_easy_reset() after curl_api().
When calling the curl_api multiple times, calls after the first call would either fail or return an "invalid signature" HTTP response. (https://github.com/binance-exchange/binacpp/issues/33)
Added calling curl_easy_reset() after curl_api().