-
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
Frame size #46
Comments
Updates about my previous question. I try to connect my websocket client app to a Node.js websocket server using this package (https://github.com/theturtle32/WebSocket-Node). So is it possible to tweak the server settings on this plugin to increase the sizes of messages ? Thanks |
it isn't possible at the present time. |
could you tell me if you have the issue on both a Android server and a iOS server. Thank you. |
I have just made a test with an Android app with this plugin running. |
I won't fix that for the moment. Maybe ever. Please PR if you can. Anyone's help is welcomed otherwise. |
I try to send a JSON object with a web client inside one application, connected to the server running on another app.
With a very light JSON all is working fine.
With a very big JSON (6Mb) the client got an 1006 error (Close Event).
Did this issue comes from the implementation of Websocket inside cordova webview ? or on the server side ?
Thanks
The text was updated successfully, but these errors were encountered: