Open
Description
I use the proxyMiddleware to create multiple web socket proxies for user to access with different query parameter, such as http://a.com/?id=1 => map to localhost:81, http://a.com/?id=2 => map to localhost:82.
My problem is if i tried more than one websocket access, the application will fail. (It seems the proxy can't redirect the proper websocket to relative one)