Details
Successfully built and run service using yarn run-tunnelbroker-service.
Diff Detail
- Repository
- rCOMM Comm
- Branch
- deviceid-sessionid-validation
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
If this diff has a dependency on D3525, please specify it! You can do this by hitting "Edit Related Revisions..." in the UI on this page, or you can do it by specifying "Depends on Dsomething" in the diff description when creating the diff with arc diff.
(Apologies if there is no dependency, I may be misunderstanding your diff description.)
services/tunnelbroker/src/Database/MessageItem.cpp | ||
---|---|---|
36–47 ↗ | (On Diff #10740) | Shouldn't we keep checking messageID and expire? |
It was like two separate parallel diffs that will be merged. But I'm changing to Parent-Child diffs stack right now to be more clear.
Thanks!
How is application going to function if this error occurs? In most places we the runtime error to kill the app if database operation fails since application is not going to work correctly. I just want to know whether it is also the case here.