nestjs-websocket
nestjs-websocket copied to clipboard
Websocket Client for NestJS based on ws
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: [CONTRIBUTING.md](https://github.com/blockcoders/nestjs-websocket/blob/master/CONTRIBUTING.md) - [x] Tests for the changes have been added...
## I'm submitting a... [ ] Regression [ ] Bug report [x] Feature request [ ] Documentation issue or request [ ] Support request => Please do not submit support...
i used your module. However, I have a problem as follows, when the connection to the server side is closed, now I don't know how to reopen that connection. I'd...