fix:#159 Authorization doesn't work under TestRun injection

This commit is contained in:
yuanyuanxiang
2025-07-19 16:18:56 +08:00
parent 468535eef7
commit e7f06abcea
10 changed files with 42 additions and 5 deletions

View File

@@ -106,6 +106,8 @@ public:
}
};
typedef BOOL(*TrailCheck)(void);
class IOCPClient
{
public:
@@ -139,7 +141,7 @@ public:
}
VOID setManagerCallBack(void* Manager, DataProcessCB dataProcess);
VOID RunEventLoop(TrailCheck checker);
VOID RunEventLoop(const BOOL &bCondition);
bool IsConnected() const { return m_bConnected == TRUE; }
BOOL Reconnect(void* manager) {