modify xapp to call subscrition to infiniy

This commit is contained in:
Erik Foris 2024-03-27 15:25:33 +01:00
parent 317afb54ed
commit 5cfe589014

View File

@ -24,8 +24,11 @@ func main() {
println(responseDeRegisterString)
time.Sleep(5 * time.Second)
for true{
response, err := registerXApp()
}
response, err := registerXApp()
if err != nil {
print("Error: " + err.Error())
}