Skip to content

Commit cb5e6ab

Browse files
Merge pull request #2116 from tuxmachine/fix/msvc-header-tracing
docs(msvc): remove hint to request-scope msvc client
2 parents 19638b4 + a5a4567 commit cb5e6ab

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)