lihas / NeuroPy

NeuroPy library written in python to connect, interact and get data from neurosky's MindWave EEG headset.
88 stars 54 forks source link

stop() function not working #1

Open lihas opened 11 years ago

lihas commented 11 years ago

on calling the stop() method, the thread which fetches data from mindWave should stop and mindWave should be disconnected but it is not happening and the thread continues to run.

checked on Ubuntu, not sure if the bug affects other platforms, however there is no reason to believe otherwise as the python code has no platform specific part.

acseckin commented 11 years ago

there is same problem in windows