Open raman-m opened 1 year ago
Bug fixes:
Initial issue in #1377:
Code review comment on Sep 28
The WebSocketsProxyMiddleware class must be redesigned.
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...
Pick up this ticket only after
net9.0
Relates to #1377 #1689
Bug fixes:
1377
1689
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