2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2026-06-13 14:38:43 +00:00
This commit is contained in:
2026-06-04 12:12:54 +03:00
parent 05b646b7b2
commit 3cd611970a
15 changed files with 645 additions and 745 deletions
@@ -46,7 +46,7 @@ var clientWh = new Warehouse();
if (mode == "server" || mode == "both")
{
await serverWh.Put("sys", new MemoryStore());
await serverWh.Put("sys/server", new EpServer() { Port = (ushort)port });
await serverWh.Put("sys/server", new EpServer() { Port = (ushort)port, AllowUnauthorizedAccess = true });
for (int i = 0; i < resources; i++)
{