Closed gr2m closed 8 years ago
the current code only clears the interval if connectionStatus.check() is called without interval: option. But it should always be cleared, otherwise we will have two check intervals running in parallel, and we lost the pointer for the first one
connectionStatus.check()
interval:
closing in favor of #13
the current code only clears the interval if
connectionStatus.check()
is called withoutinterval:
option. But it should always be cleared, otherwise we will have two check intervals running in parallel, and we lost the pointer for the first one