[While retrying in request_pdu_unsafe method](https://github.com/Fraunhofer-AISEC/gallia/blob/d31c5bd6bcfd5319a00edb0a506439083e09f9fd/src/gallia/uds/core/client.py#L86) the mutex is locked, resulting in exponentially increasing times where no other communication is allowed (e.g. TesterPresent). While waiting, the mutex should be unlocked to allow these messages. /cc @ferdinandjarisch