nyu-mlab / iot-inspector-client

IoT Inspector: capturing and analyzing your smart home network traffic
https://inspector.engineering.nyu.edu/
MIT License
417 stars 64 forks source link

concurrent write to the configs database #165

Closed crazyideas21 closed 1 year ago

crazyideas21 commented 1 year ago

Both the Python driver and NodeJS code write to the configs database at the same time. May corrupt the db!

crazyideas21 commented 1 year ago

I've fixed this crucial concurrency bug! cc: @cdnicoll