Skip to content

Commit

Permalink
Close session when unpairing all clients
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderfrangos committed May 24, 2024
1 parent 02176bd commit acc0890
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/confighttp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,7 @@ namespace confighttp {
response->write(data.str());
});
nvhttp::erase_all_clients();
proc::proc.terminate();
outputTree.put("status", true);
}

Expand Down

0 comments on commit acc0890

Please sign in to comment.