You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Azure SignalR SDK returns 200 for SignalR path requests[ reconnect, poll... requests with valid token].
It should fail because those requests should be handled by SignalR service.
To Reproduce
Use a AspNet SignalR Client to connect to a self-hosted SignalR server, setting the protocol to long-polling
Stop the self-hosted SignalR server. Then the client would try reconnecting.
Start the Azure SignalR app server (same host and port). Then the reconnect will succeed and the client would keep sending /signalr/poll to the server.
Further technical details
Azure SignalR SDK version <=1.7.1
The text was updated successfully, but these errors were encountered:
Describe the bug
Azure SignalR SDK returns 200 for SignalR path requests[ reconnect, poll... requests with valid token].
It should fail because those requests should be handled by SignalR service.
To Reproduce
Further technical details
Azure SignalR SDK version <=1.7.1
The text was updated successfully, but these errors were encountered: