more misc work

This commit is contained in:
Aaron Kimbre
2025-04-11 09:12:45 -05:00
parent 8364e60799
commit 48d32f2c77
11 changed files with 90 additions and 38 deletions

View File

@@ -286,4 +286,4 @@ void Web::SendWSMessage(const std::string subscription, json& data) {
mg_ws_send(wc, data.dump().c_str(), data.dump().size(), WEBSOCKET_OP_TEXT);
}
}
}
}