Fixed the bug where BLUFI would output error logs even when the network connection was normal. (#1567)

This commit is contained in:
Wang is proud
2025-12-17 06:18:41 +08:00
committed by GitHub
parent cccaf71c3e
commit 99c32d9331
2 changed files with 19 additions and 13 deletions

View File

@@ -34,6 +34,8 @@ public:
Blufi &operator=(const Blufi &) = delete;
private:
bool inited_ = false;
Blufi();
~Blufi();