server: add a tiny timeout to lws_service

This commit is contained in:
Shuanglei Tao
2019-11-28 20:46:05 +08:00
parent 6d69f0a55d
commit 831379e2bb

View File

@@ -502,7 +502,7 @@ main(int argc, char **argv) {
#endif
}
}
lws_service(context, 0);
lws_service(context, 10);
}
lws_context_destroy(context);