clear cache on close all
Some checks failed
BlockStorage/repertory/pipeline/head Build queued...
BlockStorage/repertory_mac/pipeline/head There was a failure building this commit

This commit is contained in:
2025-08-04 10:52:01 -05:00
parent 1a6ab2d020
commit c91e51a445

View File

@@ -59,6 +59,7 @@ void packet_client::close_all() {
clients_.clear();
io_context_.restart();
resolve_results_ = {};
unique_id_ = utils::create_uuid_string();
}