-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature(gateways): support multiple websocket gateways on different paths(WsAdapter) #722 #3397
Comments
i've got the same problem |
Hello, this is still open for |
I think not only WsAdapter but also SocketIoAdapter leaks this feature. |
@Menci Can't this be solved in Socket.io using the "namespace" feature? |
@visurel Not everyone wants to use socket.io though. Is there any update on this? |
In the case that a minimum reproduction is still needed I've created one here with reproduction steps in the README |
+1 |
Same issue here |
Let's track this here #6321 |
Try the bellow one
|
Current behavior
Input Code
Expected behavior
TerminalsGateway and TerminalsTestGateway show serve on different endpoint
/terminals
,/terminals-test
respectivelyPossible Solution
Environment
The text was updated successfully, but these errors were encountered: