Closed TheSpazzyDev closed 7 months ago
I can also attest that when the WebSockets Protocol support is installed in IIS, the client was able to connect to the hub via a WebSocket SignalR HTTP Transport Type.
@TheSpazzyDev
Installed Ocelot into a .NET Core 2.2 project
Too outdated version of the framework! We support .NET 6+ as Microsoft does since November'23.
@TheSpazzyDev @coolnumber9 Guys, you need to understand that direct connections should work if the lib versions matching. Otherwise diff versions can lead to corruptions in protocol communication because of different implementations. I have no idea my your IIS setup works, but direct connection not...
As a team we have updated Websockets docs in version 20.0.1 and later
We are not DevOps team, and don't want to check your IIS environments.
Actual Behavior / Motivation for New Feature
Without the WebSockets feature in IIS installed, the application was not able to properly make a a SignalR connection.
You have to provide more details to prove that. Not simply saying "it doesn't work"
Expected Behavior / New Feature
Per the documentation, it was expected that in order for SignalR traffic to be passed downstream, that the WebSockets feature in IIS should not be installed.
Actual Behavior / Motivation for New Feature
Without the WebSockets feature in IIS installed, the application was not able to properly make a a SignalR connection.
Steps to Reproduce the Problem
Specifications