Closed matthew-piziak closed 5 years ago
I want to do run a function when a request succeeds, completes, or times out. Right now I'm putting this in complete: but after the timeout the function still hasn't run. What should I be using instead?
complete:
False alarm. My function was broken so it was failing silently.
I want to do run a function when a request succeeds, completes, or times out. Right now I'm putting this in
complete:
but after the timeout the function still hasn't run. What should I be using instead?