interledgerjs / ilp-plugin-btp

This has been moved to the monorepo https://github.com/interledgerjs/interledgerjs
8 stars 7 forks source link

Added heartbeat to ws-reconnect.ts #43

Closed roblav96 closed 5 years ago

roblav96 commented 5 years ago

Currently, idle websocket connections get dropped.

Example: Screen-Shot-2018-10-15-at-11-57-02-AM.png

Adding a heartbeat, which sends ping every five seconds, will keep idle connections alive.