I’ve got a simple Node-RED flow setup to send and receive packets over a websocket and this generally works quite well however the connection drops out at times (presumably because of a 3G glitch) and then takes a long time before it reconnects (maybe an hour!).
Is there any reason for this or a way I can get it to reconnect straight away after the connection has been dropped? Ideally the first time it tries to send a message over the stale connection it should just reconnect itself…