Skip to content

Conversation

@TanmayArya-1p
Copy link
Member

  • The gRPC server crate requires protoc to compile the .proto file during build step.

  • Also, tests in the gRPC server crate cannot be run simultaneously since it spawns a new gRPC server for each test which requires the socket address to not be in use. This requires the tests to be run in a single thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants