nest icon indicating copy to clipboard operation
nest copied to clipboard

fix(microservices): fix: #13541 start() no longer needed on grpc client since v1.10.0

Open deekthesqueak opened this issue 1 year ago • 0 comments
trafficstars

PR Checklist

Please check if your PR fulfills the following requirements:

  • [ ] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md
  • [ ] Tests for the changes have been added (for bug fixes / features)
  • [ ] Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • [x] Bugfix
  • [ ] Feature
  • [ ] Code style update (formatting, local variables)
  • [ ] Refactoring (no functional changes, no api changes)
  • [ ] Build related changes
  • [ ] CI related changes
  • [ ] Other... Please describe:

What is the current behavior?

Issue Number: #13541

What is the new behavior?

grpcClient no longer calls start method

Does this PR introduce a breaking change?

  • [ ] Yes
  • [x] No

deekthesqueak avatar May 06 '24 05:05 deekthesqueak