Store detected host history on the server #37
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
luca0N/lanbassador#37
Loading…
Add table
Add a link
Reference in a new issue
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?
At this time, detected hosts are added to an array on the web app, but the server makes no effort to remember any of them. As such, refreshing the web app will cause all detected hosts to vanish, thus, resulting in poor UX.
The way this can be implemented is by sending all previously detected hosts whenever a client connects, or requests them manually. Each client will then keep all detections in their own cache, so that the server doesn't have to send out this information every time.