You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression
[ ] Bug report
[x] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
Current behavior
I import two WebSocketModule in each different module like below code.
I expected that I can use both websocket clients because I imported two websocket clients which have different url in each module(upbit.module, binance.module).
But I can only use binance websocket client.
Minimal reproduction of the problem with instructions
I don't have it.
What is the motivation / use case for changing the behavior?
We can get the information from many different WebSocket Clients.
Environment
Nest version: X.Y.Z
Nest WebSocket: X.Y.Z
For Tooling issues:
- Node version: v16.16.0
- Platform: Mac
- Server: Express
Others:
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
I import two WebSocketModule in each different module like below code.
Expected behavior
I expected that I can use both websocket clients because I imported two websocket clients which have different url in each module(upbit.module, binance.module).
But I can only use binance websocket client.
Minimal reproduction of the problem with instructions
I don't have it.
What is the motivation / use case for changing the behavior?
We can get the information from many different WebSocket Clients.
Environment
The text was updated successfully, but these errors were encountered: