Issues Encountered & Solutions - LUXIANZE/WIF3003_ConcurrentProgrammingProject GitHub Wiki

Issues VS Solutions

No. Issues Solution
1. Project Dependency problem due to not enough understanding on the spring boot framework which uses Maven Look for resource online and found out several commands required to ensure the dependency are all installed locally for development purpose
2. Front-end terminated when fail attempts >= 20 send a message to Front-end through web socket to indicate termination due to fail attempts
3. Front-end not refreshed after new data was sent from Back-end due to asynchronous stateHook value setting nature Implemented React-component by extending React component class