Fixed issues with creating/deleting connection messages.

This commit is contained in:
Tom
2025-03-29 20:09:22 +00:00
parent de3455ee8a
commit 07cb396dd7
3 changed files with 10 additions and 10 deletions

View File

@ -38,7 +38,7 @@ namespace HermesSocketServer.Store
Default = reader.GetBoolean(7),
});
});
_logger.Information($"Loaded {_store.Count} groups from database.");
_logger.Information($"Loaded {_store.Count} connections from database.");
}
protected override void OnInitialAdd(string key, Connection value)