Closed paullouisageneau closed 1 year ago
The PR fixes a leftover invalid mutex_unlock() call when starting client and refactors is_started flag to non-atomic.
mutex_unlock()
is_started
The PR fixes a leftover invalid
mutex_unlock()
call when starting client and refactorsis_started
flag to non-atomic.