chore: update change
This commit is contained in:
parent
e3a59c4037
commit
1f3b640a3d
|
@ -347,7 +347,7 @@ t_get_status(Config) ->
|
||||||
_Sleep = 500,
|
_Sleep = 500,
|
||||||
_Attempts = 10,
|
_Attempts = 10,
|
||||||
?assertMatch(
|
?assertMatch(
|
||||||
#{status := connecting},
|
#{status := disconnected},
|
||||||
emqx_bridge_v2:health_check(syskeeper_forwarder, ?SYSKEEPER_NAME)
|
emqx_bridge_v2:health_check(syskeeper_forwarder, ?SYSKEEPER_NAME)
|
||||||
)
|
)
|
||||||
).
|
).
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Fixed an issue where the syskeeper forwarder would never reconnect when the connection was lost.
|
Loading…
Reference in New Issue