mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-06-13 14:38:43 +00:00
Fix
This commit is contained in:
@@ -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++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user