adding non-wildcard parent domain should not reap unattached child domains #5

Open
opened 2018-08-21 02:50:21 +00:00 by coolaj86 · 0 comments
Owner

In the database we have this relationship.

Device A => foo.example.com
Device B => example.com
Device C => bar.example.com

However, if A and C are offline when B comes online, we get this behavior:

Device B => foo.example.com
Device B => example.com
Device B => bar.example.com
In the database we have this relationship. ``` Device A => foo.example.com Device B => example.com Device C => bar.example.com ``` However, if A and C are offline when B comes online, we get this behavior: ``` Device B => foo.example.com Device B => example.com Device B => bar.example.com ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coolaj86/telebit.js#5
No description provided.