Create folder F1 in the cloud with single empty file f1.txt.
Create two-way sync of F1 on 2 android devices.
Add character 1 to f1.txt locally on device1 and sync, add character 2 to f1.txt locally on device2 and sync.
Expected: f1.txt in the cloud contains 1 character, either 1 if the device1 finished sync after device2 or 2 if device2 finished sync after device1.
Error: Cloud contains two files with same name f1.txt, one is bound to device1, the other to device2 (note: both devices only contain 1 file, which is OK). The sync progress indicator on the Sync tab shows 66% and never gets to 100%.
Note that I did the same test with 2 Windows computers and the MEGASync software from MEGA and everything worked as expected, so the bug is definitely in the way MSM syncs data...
Expected: f1.txt in the cloud contains 1 character, either 1 if the device1 finished sync after device2 or 2 if device2 finished sync after device1. Error: Cloud contains two files with same name f1.txt, one is bound to device1, the other to device2 (note: both devices only contain 1 file, which is OK). The sync progress indicator on the Sync tab shows 66% and never gets to 100%.