jaggedsoft / php-binance-api

PHP Binance API is an asynchronous PHP library for the Binance API designed to be easy to use. https://github.com/binance-exchange/php-binance-api
MIT License
604 stars 496 forks source link

release v0.5.6: Missing argument in webSockets depth cache #226

Closed ComeLC closed 5 years ago

ComeLC commented 5 years ago

Missing argument in webSockets depth cache

php version:

The issue

jaggedsoft commented 5 years ago

Thank you for your report It looks like it's correct in the code https://github.com/jaggedsoft/php-binance-api/edit/master/php-binance-api.php#L750

jaggedsoft commented 5 years ago

Resolved here thank you https://github.com/jaggedsoft/php-binance-api/pull/227/commits/21d8fc6a0c7007138d1c15201bfb114a346995c2

I will issue a new release at some point but if you need me to publish a new one soon I will

ComeLC commented 5 years ago

Don't worry there's no rush, I just downgraded to 0.5.5 in the meantime ;) Thank you again for your work on the API.