Allow frontend to disconnect and reconnect #127
Labels
No Label
Bug
Cleanup
documentation
Driver
duplicate
Feature
Firmware
glscopeclient
good first issue
Hardware
help wanted
invalid
Linux
performance
question
scopeserver
Windows
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: AllSpice/ThunderScope#127
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Keeping the back end alive will make some things easier to develop in the frontend.
will need to split the bridge core-loop into an inner and outer loop or something of the sort when disconnected
by "front end" I mean all of the stuff on the JS side of the pipe.
I added a delay to the test to give time for the js to make the connection for now