From 7b3ff2c1af38da30661fa1956536a765b3d4c1d4 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Thu, 17 Jun 2021 16:58:11 -0700 Subject: [PATCH] check acn status on reconnect --- lib.go | 1 + 1 file changed, 1 insertion(+) diff --git a/lib.go b/lib.go index 6cfc981..1a1b657 100644 --- a/lib.go +++ b/lib.go @@ -198,6 +198,7 @@ func ReconnectCwtchForeground() { application.GetPrimaryBus().Publish(event.NewEvent(utils.CwtchStarted, map[event.Field]string{})) + application.QueryACNStatus() application.QueryACNVersion() }