Siyuan
Siyuan
- submitted a rewritten version which is simplified from package [`System.Security.Claims` ](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) while the previous version is modified from [this](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/webpubsub/Azure.Messaging.WebPubSub/src/WebPubSubAuthenticationPolicy.cs#L44) - Why abandon previous version - It uses a complicated...
Here is the code path to generate JWT token in previous SDK. Pay attention to comments start with `ATTENTION` I use [version 6.22.0 of Microsoft.IdentityModel.JsonWebTokens](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/tree/6.22.0) # 1 Entry Point. method...
hi @josephsctan , [the reproducre repo](https://github.com/josephsctan/CheckAuth.AzureSignalR.Debug) you mentioned before is 404 for me. Could you give it a check? thx
PR #1618 implement our own JWT token generator to get rid of package `System.IdentityModel.Tokens.Jwt`
This large PR will be separated into 3 small ones. The first one is #1684 for class `ClientResultsManager` Please help review in #1684 . Thanks! @vicancy @JialinXin
See #1687 for how to use `ClientInvocationManager`
I caused a wrong merge accidentally. Many commits from PR 1687 were merged in. Now I reverted the wrong merge. So just ignore
Now `RoutedClientResultsManager` will not record `InstanceId`. And its Cleanup is according to `ConnectionId` rather than `InstanceId`
This case cannot be reproduced. Logs only showed the server connection encountered timeout and then went broken. Thus we cannot get enough information about the case. I think the most...
What is the output of Engine.IO parsing? Is the output a pair of (`endpoint`, `path`)? If given a single string `url` combining `endpoint` and `path`, how could the Engine.IO client...