marcus67 / little_brother

Parental Control Application implemented in Python 3 packaged for Debian and Ubuntu to monitor and limit kids' play time on Linux hosts
GNU General Public License v3.0
59 stars 9 forks source link

User config not sent to slave if master is started after a freshly started slave #141

Closed marcus67 closed 3 years ago

marcus67 commented 3 years ago

Current behavior: When a slave is started while the master is not running and the master is subsequently started, the slave will not receive an UPDATE_LOGIN_MAPPING event. This results in the users not being known on the slaves. Desired behavior: The master will sent each slave the UPDATE_LOGIN_MAPPING event when it receives the first message from the slave.