I've tested this with get_contact, create_contact, and create_deal. I suspect this affects all of the async methods.
when there is some issue with the server response, the error callback never gets thrown. This means there is no way for us to handle unforeseen errors, network failures, and server errors.
I've tested this with get_contact, create_contact, and create_deal. I suspect this affects all of the async methods.
when there is some issue with the server response, the error callback never gets thrown. This means there is no way for us to handle unforeseen errors, network failures, and server errors.