check acn status on reconnect
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Dan Ballard 2021-06-17 16:58:11 -07:00
parent c6f1c4d0f9
commit 7b3ff2c1af
1 changed files with 1 additions and 0 deletions

1
lib.go
View File

@ -198,6 +198,7 @@ func ReconnectCwtchForeground() {
application.GetPrimaryBus().Publish(event.NewEvent(utils.CwtchStarted, map[event.Field]string{}))
application.QueryACNStatus()
application.QueryACNVersion()
}