PipeReaderScheduler Property
PipeReaderScheduler
Gets or sets the scheduler used for the pipe reader.
Declaration
public PipeScheduler PipeReaderScheduler { get; set; }
Property Value
| PipeScheduler |
Remarks
Defaults to Inline, which runs the receive loop synchronously on the I/O thread for lower latency. Set to ThreadPool if your message-bytes handler performs blocking or heavy work that should not run on the I/O thread.