-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
enhancementNew feature or requestNew feature or request
Description
It would be nice to have reconnect ability built into the library somewhere.
This would remove the need to have
xapi
.on('close', () => {})
.on('error', (error) => {});with reconnect logic in client code.
Today, to have reconnect ability, you will have to have event listeners on close and error, which will create a new xapi object, and re-register all feedbacks.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request