-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
Describe the feature you'd like
Using Socket.io implement a mechanism which tracks which plotter devices are connecting/disconnecting from the server.
On device connect:
- Generates a random 6-digit connection code and check if the code is not already taken by another device
- Store the Socket.io session id with the 6-digit connection code in the
plottersdatabase table
On device disconnect:
- Remove the session id - connection code pair from the
plottersdatabase table
Additional context
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
📌 Todo