Details
Details
Added the following log:
std::string a = dataIsBackedUp ? "data is backed up!" : "data isn not backed up!"; Logger::log(a);
Build native app, background it, on another client send some messages in thick thread, open app and check logs. Repeat with thin thread.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable