Skip to content
Snippets Groups Projects

Allow to reset key store and stop key fetching

Merged Malte Bauch requested to merge qkdnm-set-key-store into master
@@ -43,8 +43,9 @@ func (ql *QuantumlayerEmulator) Start() {
err = ql.sendDatatoKMS(data, length, iteration)
if err != nil {
logrus.Error("Error sending data to KMS, will retry: ", err)
time.Sleep(1 * time.Second)
continue
}
time.Sleep(1 * time.Second)
break
}
logrus.Infof("Iteration %d: Sent %d bytes to KMS", iteration, length)
Loading