Fix SignalR token retry for thrown 401 errors#67899
Conversation
|
Thanks for your PR, @pradeep-ramola. Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
@dotnet-policy-service agree |
|
What's the difference to #67851? |
Thanks for pointing this out. You're right that #67851 covers the same core issue and was opened earlier. The main difference is that this PR adds coverage through the LongPolling/SSE transport paths, while #67851 focuses the tests directly on I don't think this PR needs to be preferred over #67851. If the maintainers prefer to move forward with #67851, I'm happy to close this as a duplicate. If the extra transport-level coverage here is useful, I can also keep this open only as reference or follow up separately with that coverage. |
Jest: 2 test files passed, 26 tests passed
ESLint: touched test files passed
build:cjs: passed
build:esm: passed
git diff --check: passed