You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which includes the retryCount as a third parameter.
Would recommend updating the README with the correct callback parameters as anyone using a library that expects the last parameter to be a callback function will run into errors (e.g., if you're using the async library)
The text was updated successfully, but these errors were encountered:
Hello,
The readme states that the callback for the
client.execute()
method returns an error parameter and the result set:but the actual callback signature is:
which includes the retryCount as a third parameter.
Would recommend updating the README with the correct callback parameters as anyone using a library that expects the last parameter to be a callback function will run into errors (e.g., if you're using the async library)
The text was updated successfully, but these errors were encountered: