Agontuk / react-native-geolocation-service

React native geolocation service for iOS and android
https://www.npmjs.com/package/react-native-geolocation-service
MIT License
1.6k stars 291 forks source link

Warning: Please report: Excessive number of pending callbacks: 501. Some pending callbacks that might have leaked by never being called from native code #288

Closed akbar7352 closed 2 years ago

akbar7352 commented 3 years ago

ExceptionsManager.js:179 Warning: Please report: Excessive number of pending callbacks: 501. Some pending callbacks that might have leaked by never being called from native code: {"862":{"module":"RNFusedLocation","method":"getCurrentPosition"},"867":{"module":"RNFusedLocation","method":"getCurrentPosition"},"868":{"module":"RNFusedLocation","method":"getCurrentPosition"},"869":{"module":"RNFusedLocation","method":"getCurrentPosition"},"1788":{},"1820":{},"1821":{},"1822":{},"1823":{},"1824":{},"1825":{},"1826":{},"1827":{},"1828":{},"1829":{},"1830":{},"1831":{},"1832":{},"1833":{},"1834":{},"1835":{},"1836":{},"1837":{},"1838":{},"1839":{},"1840":{},"1841":{},"1842":{},"1843":{},"1844":{},"1845":{},"1846":{},"1847":{},"1848":{},"1849":{},"1850":{},"1851":{},"1852":{},"1853":{},"1854":{},"1855":{},"1856":{},"1857":{},"1858":{},"1859":{},"1860":{},"1861":{},"1862":{},"1863":{},"1864":{},"...(truncated keys)...":451},

I am getting this issue am using watchPosition and getCurrentPosition.

Agontuk commented 3 years ago

Not sure what this means. Please share a sample repo if this can be reproduced.

Agontuk commented 2 years ago

Closing due to inactivity