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
{{ message }}
This repository has been archived by the owner on May 18, 2021. It is now read-only.
However, a more elaborated fix is welcome, such as a manual dequeue operation over the NSMutableArray (avoid Cordova's interfaces) to ensure backwards compatibility with older Cordova versions.
The text was updated successfully, but these errors were encountered:
Cordova changed the added NSMutableArray dequeue interface name used in ChromeSocket.m
The fix is simple, just use the new cdv_dequeue interface:
However, a more elaborated fix is welcome, such as a manual dequeue operation over the NSMutableArray (avoid Cordova's interfaces) to ensure backwards compatibility with older Cordova versions.
The text was updated successfully, but these errors were encountered: