ultrasonicsoft / ng-connection-service

Detects active internet connection in Angular application via DI ready Observable service.
84 stars 56 forks source link

Hardcoded Heartbeat interval in source code #136

Open sscholle opened 1 year ago

sscholle commented 1 year ago

https://github.com/ultrasonicsoft/ng-connection-service/blob/8b2925b67b9c04afd362134ec1bc3c5272555011/projects/ng-connection-service/src/lib/ng-connection-service.service.ts#L118

i think this hardcoded heartbeat interval (see code reference above) is incorrect, it should reference the 'Options' property

ultrasonicsoft commented 1 year ago

Will look into it.