We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a144d22 commit 1bb9619Copy full SHA for 1bb9619
content/security/rate-limiting.md
@@ -121,7 +121,7 @@ export class WsThrottlerGuard extends ThrottlerGuard {
121
There's a few things to keep in mind when working with WebSockets:
122
123
- You cannot bind the guard with `APP_GUARD` or `app.useGlobalGuards()` due to how Nest binds global guards.
124
-- When a limit is reached, Nest will emit an `exception` event, so make sure there is a listener ready for this.
+- When a limit is reached, Nest will emit an `exception` event, so make sure there is a listener ready for this
125
126
> info **Hint** If you are using the `@nestjs/platform-ws` package you can use `client._socket.remoteAddress` instead.
127
0 commit comments