$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] boost::asio 1.43 regression (canceling read operation doens't trigger operation_aborted)
From: Philippe Vaucher (philippe.vaucher_at_[hidden])
Date: 2010-06-10 07:54:53
I forgot to add some details:
- it works fine when there's data to read (I can cancel the timer just
fine)
- it fails when the timer fire and I try to cancel the read operation on
the serial port
- this happens on Windows XP with msvc++ 2008 express edition
Thanks! :)
Philippe