Skip to content
Snippets Groups Projects
Commit e1ae3e94 authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

continue

parent 5dbecff9
Branches
Tags
1 merge request!96Resolve "Rename kms to goKMS"
Pipeline #190137 passed
......@@ -36,10 +36,12 @@ func (ql *QuantumlayerEmulator) Start() {
data, length, err := ql.randomNumberSource.GenerateRandomBytes()
if err != nil {
logrus.Error("Error generating random numbers: ", err)
continue
}
err = ql.sendDatatoKMS(data, length, iteration)
if err != nil {
logrus.Error("Error sending data to KMS: ", err)
continue
}
logrus.Infof("Iteration %d: Sent %d bytes to KMS", iteration, length)
iteration++
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment