modify xapp to call subscrition to infiniy
This commit is contained in:
parent
ba8e17688f
commit
a21649cf79
@ -24,8 +24,11 @@ func main() {
|
|||||||
println(responseDeRegisterString)
|
println(responseDeRegisterString)
|
||||||
|
|
||||||
time.Sleep(5 * time.Second)
|
time.Sleep(5 * time.Second)
|
||||||
|
|
||||||
|
for true{
|
||||||
|
response, err := registerXApp()
|
||||||
|
}
|
||||||
|
|
||||||
response, err := registerXApp()
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
print("Error: " + err.Error())
|
print("Error: " + err.Error())
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user