You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/09/03 13:13:41 UTC

[GitHub] RHinderiks opened a new issue #71: ERROR RangeError: Maximum call stack size exceeded

RHinderiks opened a new issue #71: ERROR RangeError: Maximum call stack size exceeded
URL: https://github.com/apache/cordova-plugin-network-information/issues/71
 
 
   Hello,
   
   I'm trying to use this plugin in ionic 4 beta.7. It worked fine in ionic 3 but now causes: 
   
   ERROR RangeError: Maximum call stack size exceeded
       at setupSubscription (fromEvent.js:27)
       at setupSubscription (fromEvent.js:46)
       at setupSubscription (fromEvent.js:46)
       at setupSubscription (fromEvent.js:46)
       at setupSubscription (fromEvent.js:46)
       at setupSubscription (fromEvent.js:46)
       at setupSubscription (fromEvent.js:46)
       at setupSubscription (fromEvent.js:46)
       at setupSubscription (fromEvent.js:46)
       at setupSubscription (fromEvent.js:46) in core.js
   
   Commenting out the following lines removes the error:
   
   `this.network.onDisconnect().subscribe(() => { });`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org