Skip to content

Commit 2129fe5

Browse files
Merge branch 'stable'
2 parents 9aae3fa + e4cd264 commit 2129fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/client/RabbitMQ.Client/src/client/impl/ConsumerWorkService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public void AddWork(IModel model, Action fn)
6363
if (this.workPool.AddWorkItem(model, fn))
6464
{
6565
var t = new Task(new Action(ExecuteThunk));
66-
t.Start();
66+
t.Start(this.scheduler);
6767
}
6868
}
6969

0 commit comments

Comments
 (0)