Improve hot reload plugin

This commit is contained in:
SoftFever
2026-01-05 23:29:22 +08:00
parent 01f5c4caaa
commit b908c33eea
2 changed files with 94 additions and 12 deletions

View File

@@ -703,6 +703,8 @@ private:
void init_networking_callbacks();
void init_app_config();
void remove_old_networking_plugins();
void drain_pending_events(int timeout_ms);
bool wait_for_network_idle(int timeout_ms);
//BBS set extra header for http request
std::map<std::string, std::string> get_extra_header();
void init_http_extra_header();