You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have another issue - when registering InMemoryBinding with WampAuthenticationHost, the call to RegisterTransport fails with: System.ArgumentException: 'Got no binding. Expected at least one binding. Parameter name: bindings'
Apparently the problem is in WampAuthenticationHost.RegisterTransport:
Hi again Elad,
I have another issue - when registering InMemoryBinding with WampAuthenticationHost, the call to RegisterTransport fails with:
System.ArgumentException: 'Got no binding. Expected at least one binding. Parameter name: bindings'
Apparently the problem is in WampAuthenticationHost.RegisterTransport:
as
authenticationBindings
is empty after the call.Repro:
Thanks
Esso
The text was updated successfully, but these errors were encountered: