-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gui graphs #371
Gui graphs #371
Conversation
Fix sessionStore streamParameter set Clean up backend
@SamedVossberg In the
What was the motivation behind that? I guess something related to the example test run? I removed it now so that the LSL Stream can be tested in the frontend |
@timonmerk The idea was to have a timeout for the lsl stream to terminate if no new data was incoming. As back then there was no option to stop the stream manually (we tried with a keyboard interrupt first back then but then decided against it) the timeout terminated the lsl connection if there wasn't any new data incoming for three consecutive seconds. And yes, it can be deleted as with the frontend established this will be deprecated. |
…layout, debugging socket
…ents - prevent simultaneous opening of all boxes
@SamedVossberg would it be possible to merge the changes from your |
… retrieve PyNM directory
- Remove queues from Stream and instead create new StreamBackendInterface class to handle communication between Stream and PyNMState - Improvements to WebsocketManager - A bunch of typing fixes
@SamedVossberg I've created this PR so some changes can be discussed