Details
Details
- Use logs to verify if PeerToPeerMessageHandler waits for persisted state
- Comment out sqliteAPI.removeInboundP2PMessages and send some messages and restart the app
- Errors like invalid operation should appear
- After this patch there should be less of them
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Question about the test plan:
After this patch there should be less of them
Did some of errors still appear? What's your theory for why that is?
Comment Actions
Yes, they still appeared probably because this one: https://phab.comm.dev/D13792 has not landed yet. When I was testing that one the errors also disappeared.
Comment Actions
You can't update the commit message with arc diff. Instead, you should edit the revision on Phabricator, and then run arc amend locally to update the commit text based on what's on Phabricator. (I think this last step also gets run automatically as part of arc land.)