klawr / mqtt-inspector

MIT License
2 stars 1 forks source link

Reconnect mqtt #9

Closed klawr closed 6 months ago

klawr commented 7 months ago

Problem Description Once a connection to the mqtt broker is lost it does not try to reconnect. It also does not show in the frontend whether the backend is connected to the respective broker

Proposed Solution Implement reconnection loop on connection lost etc.

Possible Alternative Approaches Show connection lost in the frontend. Allow frontend to send reconnection request

klawr commented 7 months ago

Respective error message:

Unhandled connection error: Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })

klawr commented 6 months ago

Included in #15