LivePersonInc / node-agent-sdk

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

Update Transport to support keep alive heartbeat #105

Closed lp-hong closed 4 years ago

lp-hong commented 4 years ago

Replaced ping logic in Transport.js with keep alive heartbeat(ping/pong) as suggested from the ws library on broken connections. Added new ws event 'pong' so that Agent class can implement callbacks.

https://github.com/websockets/ws#how-to-detect-and-close-broken-connections