Skip to content

Commit

Permalink
add accidentally removed sync
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-valliere committed Feb 22, 2024
1 parent 05028e8 commit f5f70ed
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -799,7 +799,7 @@ protected void schedule_task(NextFilter next) {
*
* @param next The next filer in the chain
*/
protected void execute_task(NextFilter next) {
synchronized protected void execute_task(NextFilter next) {
Runnable task;
while ((task = mEngine.getDelegatedTask()) != null) {
try {
Expand Down

0 comments on commit f5f70ed

Please sign in to comment.