You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Motivation**
Currently the log incorrectly always shows max_queue_length as 0.
**Description**
The move closure takes ownership and mutates _a copy_ of the
max_queue_length. This is fixed by taking the reference outside.
0 commit comments