This repository was archived by the owner on Jul 6, 2020. It is now read-only.
runtime/2018.2.8: [RUNTIME] Fix State Manager data race related to RFID (#590)
·
64 commits
to master
since this release
For some reason, State Manager sends data directly to student code by default, which can cause data races depending on the state of the student code process. This PR unsets that flag when sending RFID codes to State Manager.