Draft: fix(waveform): async data duplication if multiple signals from same device fixed
Description
Fixes bug with data multiplication if there are more signals assigned to one async device.
To test it please change in ohpyd to ophyd_devices!245 and set for Waveform widget these signals:
wf.plot(y_name="waveform", y_entry="waveform_waveform_1")
wf.plot(y_name="waveform", y_entry="waveform_waveform_2")
Related Issues
relates #497 (closed);
closes debye_bec#7 (closed)
Edited by wyzula_j