Skip to content

Commit

Permalink
chore: stop calling deprecated grpcServer.start (#71)
Browse files Browse the repository at this point in the history
As of @grpc/grpc-js 1.10.0 '.start()' is deprecated and a no-op.

Refs: #60
Refs: https://github.com/grpc/proposal/blob/master/L107-node-noop-start.md
  • Loading branch information
trentm authored Feb 12, 2024
1 parent cd9d4f0 commit 90b725f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/mockotlpserver/lib/grpc.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ class GrpcService extends Service {
reject(err);
} else {
this._port = boundPort;
this._grpcServer.start();
resolve();
}
}
Expand Down

0 comments on commit 90b725f

Please sign in to comment.