mirror of
https://gitee.com/shuto-github/cordova-plugin-network-information.git
synced 2026-07-05 00:00:06 +08:00
We at LINE observed about 40K crashes a day that were suspected to be caused by the reacahability callback function invoked on an already-deallocated object. We couldn't reproduced the crash locally but this patch did reduce the number of crash reports to zero. This closes #49