Fixed
Details
Assignee
Peter GrzybowskiPeter GrzybowskiReporter
Fabio TranchitellaFabio TranchitellaLabels
Story Points
5Priority
HigherDays in progress
0Fix versions
Backlog
yes
Details
Details
Assignee
Peter Grzybowski
Peter GrzybowskiReporter
Fabio Tranchitella
Fabio TranchitellaLabels
Story Points
5
Priority
Days in progress
0
Fix versions
Backlog
yes
Zendesk Support
Zendesk Support
Zendesk Support
Checklist
Checklist
Checklist
Created May 13, 2021 at 3:39 AM
Updated June 25, 2024 at 12:02 PM
Resolved July 7, 2021 at 11:05 AM
If the websocket connections terminates (e.g. deviceconnect gets restarted), mender-connect won't reestablish the connection until a new event is received over the D-Bus channel.
Latest logs from mender-connect:
Reason is here:
We send a reconnection event on a channel here, from the main message loop.
This message will make needsReconnect to return true once (see here)]
needsReconnect is evaluated only if a new JWT token state change is received from dbus, though (see here)]
We should change the logic here to handle the reconnection request even if there is no new JWT token from the Mender client.