Fix NetMQ not stopping.

This commit is contained in:
2024-11-25 19:13:37 +01:00
parent f3c6338a6a
commit 96b5ce4ff5
69 changed files with 120 additions and 100 deletions
+5
View File
@@ -337,6 +337,11 @@ public class DbHandler
return rowId;
}
public bool GetFilteredIp(string ip)
{
return true;
}
public List<SearchResult?> GetSearchResults()
{