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