EDIT: gevent-websocket (enabling server websockets) partially resolve the issue. The client remain connected with ping/pong but "connect" event is fired twice. Polling transport option not work, like other options...
Make sure to check the existing issues in this repository
issue are different
Which platform(s) does your issue occur on?
Android device
Please, provide the following version numbers that your issue occurs with:
EDIT: gevent-websocket (enabling server websockets) partially resolve the issue. The client remain connected with ping/pong but "connect" event is fired twice. Polling transport option not work, like other options...
Make sure to check the existing issues in this repository
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
nativescript 6.7.8 (vue version)
CLI: (run
tns --version
to fetch it)Cross-platform modules: 6.6.0-next-2020-05-08-112112-01
Runtime(s): ^6.5.0
Plugin(s): "nativescript-socketio": "^3.3.1"
Please, tell us how to recreate the issue in as much detail as possible.
My socket.io server is a Flask application with this packages installed:
This is what append:
this is the flask log with client disconnection :
This is the Flask log whit browser client, OPTIONS call with ping and all work fine
This is the app log event
Is there any code involved?
The app is really basic: