forece x-app to send sub. req. indefinitly
This commit is contained in:
parent
e3161c1f4c
commit
290e030071
@ -135,7 +135,13 @@ void Xapp::startup(SubscriptionHandler &sub_ref) {
|
|||||||
// send_socket("Hello, Server!", AGENT_1);
|
// send_socket("Hello, Server!", AGENT_1);
|
||||||
|
|
||||||
//send subscriptions.
|
//send subscriptions.
|
||||||
startup_subscribe_requests();
|
while (
|
||||||
|
true
|
||||||
|
)
|
||||||
|
{
|
||||||
|
startup_subscribe_requests();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
//read A1 policies
|
//read A1 policies
|
||||||
// startup_get_policies();
|
// startup_get_policies();
|
||||||
|
Loading…
Reference in New Issue
Block a user