diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-10-10 02:17:19 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-10-10 02:17:19 -0300 |
| commit | cc4873e33866ba86561774a7e55449d59367661e (patch) | |
| tree | d9c60a3e3d5850e52aeb5b9a674871f8817012e9 /src/query.cc | |
| parent | ddcba8ef56fe122a77e890a2740489045e3dc6a0 (diff) | |
| download | querymanager-cc4873e33866ba86561774a7e55449d59367661e.tar.gz querymanager-cc4873e33866ba86561774a7e55449d59367661e.zip | |
switch to blocking poll + fix config, signals, time, non-game login
Diffstat (limited to 'src/query.cc')
| -rw-r--r-- | src/query.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/query.cc b/src/query.cc index f03a1db..b980b71 100644 --- a/src/query.cc +++ b/src/query.cc @@ -257,6 +257,7 @@ static void *WorkerThread(void *Data){ } QueryDone(Query); + WakeConnections(); } LOG("Worker#%d: DONE...", Worker->WorkerID); |
