Report pods "isTapped" to FE (#535)

This commit is contained in:
Igor Gov
2021-12-19 13:03:53 +02:00
committed by GitHub
parent 791f762803
commit cba0c682e5
12 changed files with 98 additions and 18 deletions

View File

@@ -83,7 +83,6 @@ func (h *RoutesEventHandlers) WebSocketMessage(_ int, message []byte) {
if err != nil {
logger.Log.Infof("Could not unmarshal message of message type %s %v", socketMessageBase.MessageType, err)
} else {
providers.TapStatus.Pods = statusMessage.TappingStatus.Pods
BroadcastToBrowserClients(message)
}
case shared.WebsocketMessageTypeOutboundLink: