Any way to reconnect when node restarts
I'm currently using the reconnect: { basic: whatever } property in my nodes. While this works whenever the node requests a websocket reconnect it doesn't attempt to reconnect whenever the node is restarting
var ws = new WebSocket("ws://username:password@example.com/service"); or var ws = new WebSocket("ws://my_token@example.com/service");

var ws = new WebSocket("ws://username:password@example.com/service");var ws = new WebSocket("ws://my_token@example.com/service");