-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(microservice) Delete unnecessary call of grpcClient.start #13283
Conversation
Pull Request Test Coverage Report for Build c45d97c3-4f7b-4739-b79c-0970a270f8dfDetails
💛 - Coveralls |
LGTM |
I'm going to temporarily revert this PR to avoid introducing a breaking change |
Please merge the last commit! |
The issue still persists in version @nestjs/microservices:10.4.15 and @grpc/grpc-js:1.12.5
|
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information
The above warning message appeared, so even if I deleted
this.grpcClient.start();
and ran it, it worked normally.