FedeRico93odsicnodin / UAV_Sensors_Project

collection of elements for the UAV Sensors project
0 stars 0 forks source link

INTERRUPTION ON MULTIPLE UPLOADED FILES #2

Open FedeRico93odsicnodin opened 1 year ago

FedeRico93odsicnodin commented 1 year ago

The thread / process which examines the files inside the upload folder interrupts when multiple files to analyzed sequentially are present (probably in the process of reordering them). No problem for the procedure on single file (database rows are correctly populated)

FedeRico93odsicnodin commented 1 year ago

Caused by an infinite cycle in the listening thread (the sorted elements were continuously iterated as new additions made). A correction on this thread is hence done.