LivePersonInc / node-agent-sdk

LivePerson Agent Messaging SDK for NodeJS
MIT License
49 stars 78 forks source link

Update README fix backoff reconnect code #107

Closed lp-hong closed 4 years ago

lp-hong commented 4 years ago

The readme has a recommended backoff reconnect code. However as listed the code never actually backs-off it stays constant at 6.25s. I have updated the readme code to fix this by replacing reconnectInterval which is constant to delay which is what you want.