mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 23:56:25 +00:00
fix(Shared/Socket): incorrect nodiscard flag (#19612)
fix(Build/Socket): incorrect nodiscard flag
This commit is contained in:
@@ -176,7 +176,7 @@ protected:
|
||||
virtual void OnClose() { }
|
||||
virtual void ReadHandler() = 0;
|
||||
|
||||
[[nodiscard]] bool AsyncProcessQueue()
|
||||
bool AsyncProcessQueue()
|
||||
{
|
||||
if (_isWritingAsync)
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user