mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-06-13 14:38:43 +00:00
Handle
This commit is contained in:
@@ -218,7 +218,7 @@ class Program
|
||||
var auth = new ClientAuthenticationProvider();
|
||||
wh.RegisterAuthenticationProvider(auth);
|
||||
|
||||
var con = await new Warehouse().Get<EpConnection>("EP://localhost", new EpConnectionContext
|
||||
var con = await wh.Get<EpConnection>("EP://localhost", new EpConnectionContext
|
||||
{
|
||||
AutoReconnect = true,
|
||||
Identity = "tester",
|
||||
|
||||
Reference in New Issue
Block a user