harmonized.js icon indicating copy to clipboard operation
harmonized.js copied to clipboard

Add default HttpOfflineChecker

Open tchock opened this issue 8 years ago • 0 comments

Currently users need to explicitly define an offlineChecker to the HttpTransporter with addOfflineChecker(options). To make it easier to use the library, it should not require this step.

By default it should use the endpoints in the queue and do OPTION method requests to that endpoints every X seconds to check if the endpoint is online again.

tchock avatar Oct 29 '17 22:10 tchock