This commit is contained in:
aespinro 2024-10-21 21:53:09 +02:00
parent 2e329e0bd3
commit 3343c3ff09

View File

@ -124,7 +124,6 @@ func (s *Server) handleConnection(conn net.Conn) {
s.log.Info("received valid label data", logger.LogFields{"from": conn.RemoteAddr()})
fmt.Printf("label: %+v\n", labelData)
s.mu.Unlock()
// Continue reading next telegrams from this connection
}
}