ivesdebruycker / node-red-contrib-maxcube

A node-red node to control the eQ-3 Max! Cube
Other
13 stars 12 forks source link

fix endless reconnect loop #20

Closed aaronblankenburg closed 2 years ago

aaronblankenburg commented 2 years ago

As admin with a broken network connection to my max cube, I want to have a reconnection attempt at the earliest after one second to not spill my log and slow down my device running node-red.

This has already been fixed for 'closed' listeners. We need to have a similar fix for 'error' listeners.