Hi, I just noticed that VPN connection that is initiated using Manager.ConnectProvider method returns immediately and does not wait the connection to be established. This patch changes that so after this patch all user initiated connections like normal service, hidden service, existing VPN and new VPN connect methods work the same way i.e., they wait until the connection is ready before replying the user.
Cheers, Jukka Jukka Rissanen (2): service: Allow setting path when sending pending dbus reply provider: Return reply to user after connection is established src/connman.h | 5 ++++- src/network.c | 2 +- src/provider.c | 17 +++++++++++++++++ src/service.c | 32 ++++++++++++++++++++++++++++---- 4 files changed, 50 insertions(+), 6 deletions(-) -- 1.7.9.5 _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
