azure-signalr icon indicating copy to clipboard operation
azure-signalr copied to clipboard

Inconsistent behavior when client SkipNegotiation = true of UseAzureSignalR() and UseEndpoints()

Open JialinXin opened this issue 4 years ago • 0 comments

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.

JialinXin avatar Aug 27 '20 11:08 JialinXin