harsimrans / DropboxSyncer

dropbox-sync: Automatic RealTime Sync for Dropbox folders
MIT License
16 stars 6 forks source link

Race Condition (dropbox_changes) #4

Open harsimrans opened 7 years ago

harsimrans commented 7 years ago

There is a possible race condition in dropbox_changes. Ref line: Right before return statement

https://github.com/harsimrans/DropboxSyncer/blob/master/syncer.py#L130

harsimrans commented 7 years ago

notes_race_cond