Skip to content

Commit a5a4567

Browse files
committed
docs(msvc): remove hint to request-scope msvc client
It's not a good idea, connections are closed on OnApplicationShutdown so this would leave a lot of lingering connections.
1 parent 19638b4 commit a5a4567

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

content/microservices/mqtt.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,5 +172,3 @@ import { ClientProxyFactory, Transport } from '@nestjs/microservices';
172172
})
173173
export class ApiModule {}
174174
```
175-
176-
> info **Hint** You could make this provider request-scoped and thus enable things like cross-protocol request tracing.

content/microservices/nats.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,5 +184,3 @@ import { ClientProxyFactory, Transport } from '@nestjs/microservices';
184184
})
185185
export class ApiModule {}
186186
```
187-
188-
> info **Hint** You could make this provider request-scoped and thus enable things like cross-protocol request tracing.

0 commit comments

Comments
 (0)