We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8de13f + d1ec928 commit bb831c2Copy full SHA for bb831c2
src/net45/WampSharp/WAMP2/V2/Authentication/WampCra/WampCraUserDbAuthenticationFactory.cs
@@ -47,7 +47,7 @@ public IWampSessionAuthenticator GetSessionAuthenticator
47
{
48
throw new WampAuthenticationException
49
(string.Format("no user with authid '{0}' in user database",
50
- user.AuthenticationId));
+ helloDetails.AuthenticationId));
51
}
52
53
user.AuthenticationId = user.AuthenticationId ??
@@ -78,4 +78,4 @@ public IWampSessionAuthenticator GetSessionAuthenticator
78
79
80
81
-#endif
+#endif
0 commit comments