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

No data in "pong" event on iOS #89

Open
Delivrator opened this issue Aug 26, 2019 · 0 comments
Open

No data in "pong" event on iOS #89

Delivrator opened this issue Aug 26, 2019 · 0 comments

Comments

@Delivrator
Copy link

Hello,

I have an issue with the "pong" event on iOS. Data are undefined :(
No value in millisecs. Works perfectly on Android.

Thank you for your help !

If the demo apps cannot help and there is no issue for your problem, tell us about it

The "pong" even works perfectly on Android (i get the delay in ms as data), but nothing on iOS, data are "undefined" in the pong event.

Which platform(s) does your issue occur on?

  • iOS
  • version 12.4
  • Device, iphone 6

Please, provide the following version numbers that your issue occurs with:

  • CLI: 6.0.2
  • Cross-platform modules: 6.0.6
  • Runtime(s): 6.0.2
  • Plugin(s):
    "nativescript-geolocation": "^5.1.0",
    "nativescript-insomnia": "^1.2.3",
    "nativescript-iqkeyboardmanager": "^1.5.1",
    "nativescript-plugin-firebase": "^9.0.4",
    "nativescript-socketio": "^3.3.1",

Please, tell us how to recreate the issue in as much detail as possible.

Is there any code involved?

socketIO.on('pong', function (data) { console.log(data); //undefined on iOS });

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

1 participant