Details
Details
Build and run the blob service, play with --grpc-port CLI option to ensure it changes ports. The new --http-port will be tested when HTTP server is introduced (two diffs later)
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
services/blob/src/grpc.rs | ||
---|---|---|
31 | As mentioned in https://linear.app/comm/issue/ENG-3520#comment-ead5102f, I think we should have separate ports for http and grpc calls; at the very least to avoid routing issues between the two paradigms. |