If the Employee is registered WITHOUT the RFID Scanner being enabled it works as intended.
However, if the RFID scanner is running - the application will grind to a halt waiting on the Key Read happening.
This is likely due to the fact that a while True loop is being used in the regular key scanning process.