Opened 12 years ago
#4428 new Bugs
serial_port Bugs
Reported by: | Owned by: | chris_kohlhoff | |
---|---|---|---|
Milestone: | Boost 1.44.0 | Component: | asio |
Version: | Boost 1.43.0 | Severity: | Problem |
Keywords: | serial_port | Cc: |
Description
when you use a USB-Serial Port convertor and when use a async_write to send a large buffer to Serial Port,at the time of sending data, you pull out the USB-Serail Port Convertor from computer. the async call back handler for sending and receiving will not get a error and the io_service can't be delete.
Note:
See TracTickets
for help on using tickets.