antoniop
committed
on 26 Apr 21
Streamline proctoring upload:

- do not hardcode a timeout, requests will either complete or eventually fail
- use a single event handler … Show more
Streamline proctoring upload:

- do not hardcode a timeout, requests will either complete or eventually fail

- use a single event handler at the end of the request to decide if and how to reschedule the upload. This prevents the possibility that the same error event triggers multiple uploads via different handlers

- improve documentation

Show less