Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Oct 20, 2022
2 parents bb18fff + a021a9e commit e5c71bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions machinery/src/components/Kerberos.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ func RunAgent(configuration *models.Configuration, communication *models.Communi
if subStreamEnabled {
log.Log.Info("RunAgent: Creating sub stream queue with SetMaxGopCount set to " + strconv.Itoa(int(config.Capture.PreRecording)))
subQueue = pubsub.NewQueue()
queue.SetMaxGopCount(1)
queue.WriteHeader(subStreams)
subQueue.SetMaxGopCount(1)
subQueue.WriteHeader(subStreams)
}

// Configure a MQTT client which helps for a bi-directional communication
Expand Down

0 comments on commit e5c71bb

Please sign in to comment.