disable hb

This commit is contained in:
dapan1121 2022-04-15 10:34:28 +08:00
parent 0e9ecc628e
commit e499587d64
1 changed files with 1 additions and 1 deletions

View File

@ -655,7 +655,7 @@ int hbMgrInit() {
} }
void hbMgrCleanUp() { void hbMgrCleanUp() {
hbStopThread(); //hbStopThread();
// destroy all appHbMgr // destroy all appHbMgr
int8_t old = atomic_val_compare_exchange_8(&clientHbMgr.inited, 1, 0); int8_t old = atomic_val_compare_exchange_8(&clientHbMgr.inited, 1, 0);