mirror of
https://github.com/falk-werner/webfuse-provider
synced 2026-03-02 04:09:18 +00:00
added implementation of wfp_client_disconnect
This commit is contained in:
@@ -67,6 +67,12 @@ private:
|
||||
{
|
||||
wfp_client_service(context->client);
|
||||
}
|
||||
|
||||
wfp_client_disconnect(context->client);
|
||||
while (wfp_impl_client_is_connected(context->client))
|
||||
{
|
||||
wfp_client_service(context->client);
|
||||
}
|
||||
}
|
||||
|
||||
std::mutex shutdown_lock;
|
||||
|
||||
Reference in New Issue
Block a user