Skip to content
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

IOS: Websocket not work on ios #6

Open
TartanLeGrand opened this issue Sep 18, 2023 · 3 comments
Open

IOS: Websocket not work on ios #6

TartanLeGrand opened this issue Sep 18, 2023 · 3 comments

Comments

@TartanLeGrand
Copy link

Hello,

We tried to set up this capacitor plugin but unfortunately we didn't succeed on ios. It works very well on android but not on ios. Is there any additional configuration required for the capacitor?

Thank you in advance for your answers.

@mia-z
Copy link
Owner

mia-z commented Sep 19, 2023 via email

@TartanLeGrand
Copy link
Author

We have no errors on build excepted thoses warnings:

 variable 'connection' was never mutated; consider changing to 'let' constant
guard var connection = getSocket(call) else { return }
 variable 'connection' was never mutated; consider changing to 'let' constant
 guard var connection = getSocket(call) else { return }

We are facing to no connection, no warnings, no logs etc.

@TartanLeGrand
Copy link
Author

Update: We have add some logs we have an "Data clone error"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants