os-js / osjs-client

OS.js Client Module
https://manual.os-js.org/
Other
31 stars 31 forks source link

Prevent connection drop notification spamming end-user #30

Closed andersevenrud closed 5 years ago

andersevenrud commented 5 years ago

@pkipjames on Gitter had some connectivity issues and was spammed with notifications.

This event could use a debounce so that it does not trigger unless the user has been inactive for X seconds.

Ref: https://github.com/os-js/osjs-client/blob/master/src/core.js#L238

andersevenrud commented 5 years ago

This should be improved with the latest release