-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PSWebSocketDriver crash on iPad #80
Comments
I have updated the log above. |
any news to this issue? I experience it also on iphone 13 |
@RFM69CW I don't remember exactly what I did, but I think I had to recompile the base websocket library from source and patch some of the code. Also, compilation target was bumped to 12.x |
Ah thank you for the quick response. It looks like I can not rely on this plugin ;-) I am looking for a different solution. |
I have an ios app running the websocket plugin.
While in normal usage I never see a problem, there is a particular case which causes this crash -
I even downloaded Pocketsocket from your repo and rebuild for ios12 but to no avail.
The crash occurs only when I create a webview for the external / secondary screen. I suspect somehow in iPad this causes a crash when the webview connects to websockt server running on localhost, android works fine. Even my iPhone6 works fine.
Somehow the crash is triggered only on iPad, and only with the webview websocket, it works fine through app webui on browser, which uses the same code, but connects on LAN IP instead of localhost.
I could send the full crashdump file if required.
The text was updated successfully, but these errors were encountered: