Changes between Initial Version and Version 1 of Ticket #17867, comment 6


Ignore:
Timestamp:
May 15, 2023, 3:42:41 AM (12 months ago)
Author:
bipolar

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17867, comment 6

    initial v1  
    1 Just a note: Now that `WaitForInput()` got implemented, I've noticed that BSerialPort::Read() always blocks for pc_serial, even after calling `BSerialPort::SetBlocking(false)`, same as #8789.
     1Just a note: Now that `WaitForInput()` got implemented, I've noticed that BSerialPort::Read() always blocks for pc_serial, even after calling `BSerialPort::SetBlocking(false)`, when using the test case from #8789 (comment 11).
    22
    3 The combination of that, plus the previously non working WaitForInput() seems to explain some of the issues with what I assumed was timeout handling here, and on #17842.
     3The combination of that, plus the previously non working WaitForInput() might explain some of the issues with what I assumed was timeout handling here, and on #17842?