File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ public Task<bool> ContainsAsync(Socket socket)
410
410
#region Start / Stop
411
411
412
412
/// <summary>
413
- /// Runs the poller in a background thread, returning once the poller has started.
413
+ /// Runs the poller in a foreground thread, returning once the poller has started.
414
414
/// </summary>
415
415
/// <remarks>
416
416
/// The created thread is named <c>"NetMQPollerThread"</c>. Use <see cref="RunAsync(string)"/> to specify the thread name.
@@ -421,7 +421,7 @@ public void RunAsync()
421
421
}
422
422
423
423
/// <summary>
424
- /// Runs the poller in a background thread, returning once the poller has started.
424
+ /// Runs the poller in a foreground thread, returning once the poller has started.
425
425
/// </summary>
426
426
/// <param name="threadName">The thread name to use.</param>
427
427
public void RunAsync ( string threadName )
You can’t perform that action at this time.
0 commit comments