omn0mn0m / transvenous-pacing

BME Capstone Project
MIT License
0 stars 0 forks source link

ECG sometimes resets waveform location to start of graph #40

Closed omn0mn0m closed 5 years ago

omn0mn0m commented 5 years ago

Issue was due to having the plotting on a separate thread from the web socket. Solution for now is to throw out any datapoints-to-be that would be plotting at a previous x value.