We need deviceOS for SessionSignature(...) unary gRPC call
Details
Details
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- landfeb10 (branched from master)
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Could do something to avoid reinstantiating these strings, but I guess they're small-string optimized on the stack and what-have-you and maybe even get inlined
Comment Actions
Could do something to avoid reinstantiating these strings, but I guess they're small-string optimized on the stack and what-have-you and maybe even get inlined
My instinct was also that the small string optimization would take care of us. Going to land as-is, but can always optimize later if we come across a better approach