Merge branch 'master' into Playerbot

This commit is contained in:
Yunfan Li
2024-08-18 23:02:22 +08:00
50 changed files with 2365 additions and 1344 deletions

View File

@@ -176,7 +176,7 @@ protected:
virtual void OnClose() { }
virtual void ReadHandler() = 0;
[[nodiscard]] bool AsyncProcessQueue()
bool AsyncProcessQueue()
{
if (_isWritingAsync)
return false;