Follow-up #1377: WebSocketsProxyMiddleware
concerns
#1707
Labels
feature
A new feature
proposal
Proposal for a new functionality in Ocelot
Websockets
Ocelot feature: Websockets
Relates to #1377 #1689
Bug fixes:
Initial issue in #1377:
Expected Behavior / New Feature
The WebSocketsProxyMiddleware class must be redesigned.
Actual Behavior / Motivation for New Feature
The UseWebSocketsProxyMiddleware method enables custom WebSocketsProxyMiddleware in the pipeline.
But there is no usage of native WebSocketMiddleware class which is industry standard. But instead of standard framework middleware a custom WebSocketsProxyMiddleware class was written with custom Invoke method. This is design issue...
Links
Specifications
The text was updated successfully, but these errors were encountered: