azure-signalr
azure-signalr copied to clipboard
Inconsistent behavior when client SkipNegotiation = true of UseAzureSignalR() and UseEndpoints()
Describe the bug
Client is not allowed to use SkipNegotiation=true
when UseAzureSignalR() which will get 404 in client side. When call UseEndpoints() it's able to route to default path and shows 101 success but actually not working.
To Reproduce
Set SkipNegotiation=true && transport = websockets
Exceptions (if any)
NA
Further technical details
UseAzureSignalR()
replaces default path to path + /negotiation
.
UseEndpoints()
register all path.