replace beginaccept

This commit is contained in:
UbitUmarov
2024-04-28 10:58:27 +01:00
parent 943ea29419
commit 034cf66dfe
3 changed files with 94 additions and 59 deletions

View File

@@ -322,7 +322,7 @@ namespace OSHttpServer
default:
return;
}
m_processWaitEven.Set();
m_processWaitEven?.Set();
}
public static void PulseWaitSend()