Skip to content

Commit a7c409d

Browse files
authored
Update NetMQPoller.cs
Addressing review comment
1 parent ddec69f commit a7c409d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NetMQ/NetMQPoller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ public void RunAsync()
426426
/// <param name="threadName">The thread name to use.</param>
427427
public void RunAsync(string threadName)
428428
{
429-
RunAsync(threadName, true);
429+
RunAsync(threadName, false);
430430
}
431431

432432
/// <summary>

0 commit comments

Comments
 (0)