aiephys / acq4

Electrophysiology data acquisition and analysis platform
http://www.acq4.org
MIT License
0 stars 2 forks source link

Race condition in Camera.getScopeState() #18

Open campagnola opened 7 years ago

campagnola commented 7 years ago

Camera.getScopeState() currently returns the scopeState dictionary stored by the camera. This should probably return a copy of the dict instead, but we should do a quick check to be sure performance is not affected.