X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmeshlink.c;fp=src%2Fmeshlink.c;h=d0b8bef5d7c6ee46533069baf865939610070887;hb=a036178f1a7b4484e7159c4a857632bb10e06739;hp=a5d8d43121b025cf1c7b5993c93b4f464d31e675;hpb=5e8d8e15413e53337554af086e905bc7ae7fa089;p=meshlink diff --git a/src/meshlink.c b/src/meshlink.c index a5d8d431..d0b8bef5 100644 --- a/src/meshlink.c +++ b/src/meshlink.c @@ -4305,6 +4305,7 @@ void handle_network_change(meshlink_handle_t *mesh, bool online) { } retry(mesh); + signal_trigger(&mesh->loop, &mesh->datafromapp); } void call_error_cb(meshlink_handle_t *mesh, meshlink_errno_t cb_errno) {