chore: update change

This commit is contained in:
firest 2024-05-09 16:53:31 +08:00
parent e3a59c4037
commit 1f3b640a3d
2 changed files with 2 additions and 1 deletions

View File

@ -347,7 +347,7 @@ t_get_status(Config) ->
_Sleep = 500,
_Attempts = 10,
?assertMatch(
#{status := connecting},
#{status := disconnected},
emqx_bridge_v2:health_check(syskeeper_forwarder, ?SYSKEEPER_NAME)
)
).

View File

@ -0,0 +1 @@
Fixed an issue where the syskeeper forwarder would never reconnect when the connection was lost.