NathanaelA / nativescript-websockets

Websockets for NativeScript
83 stars 43 forks source link

Compatible with NativeScript 7 and iOS 14? #88

Closed jessorlisa closed 3 years ago

jessorlisa commented 3 years ago

Is this package compatible with the latest NativeScript 7 and iOS 14?

Thanks for a short feedback! ;)

NathanaelA commented 3 years ago

Hi @jessorlisa - Sorry, honestly have not had time to test it. I don't see any reason it wouldn't be...

tralves commented 3 years ago

@jessorlisa did you test it in NS7? Did it work?

jessorlisa commented 3 years ago

It is working with {N} 7 and the JSC runtime:

├── nativescript@7.0.11
├── @nativescript/core@7.0.13
├── @nativescript/ios@6.5.3 <--- latest JSC version

We had too many issues with the v8 runtime (not only with this plugin) so we downgraded to the JSC runtime.