In a call to requestTranslateArray if the access token has expired neither the successBlock or failureBlock get called.
This also leaves the [[TranslateNotification sharedObject].translateArrayNotification object in a non nil state, meaning that even if a new accessToken is generated, no new notification will ever get created or raised.
In a call to
requestTranslateArrayif the access token has expired neither thesuccessBlockorfailureBlockget called.This also leaves the
[[TranslateNotification sharedObject].translateArrayNotificationobject in a non nil state, meaning that even if a new accessToken is generated, no new notification will ever get created or raised.