Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix deadlock between PDP and StatefulReader (#871)
* Fix deadlock between PDP and StatefulReader This releases the PDP mutex before calling a function that may try to acquire the mutex on a StatefulReader. Signed-off-by: Shane Loretz<[email protected]> Signed-off-by: Shane Loretz <[email protected]> * Removing unnecessary lock().
- Loading branch information