meteor / cordova-plugin-meteor-webapp

Cordova plugin that serves a Meteor web app through a local server and implements hot code push
MIT License
66 stars 74 forks source link

[IOS] stops working after certain time #80

Closed saikatharryc closed 5 years ago

saikatharryc commented 5 years ago

version: cordova-plugin-meteor-webapp@1.7.0 issue: after opening the app [ios] ,after few second, its reloading the page, whatever page is opened. and afterwards no calls are going. and we are receiving this in console of the IOS network:

nw_protocol_boringssl_get_output_frames(1301) <private>[0x10242dea0] get output frames failed, state 8196

TIC Read Status [1:0x0]: 1:57

previously it was working in version 1.6.4 after updating to 1.7.0 i'm facing this. does this package can cause this issue?