Subject: Re: [Boost-users] Can't asio::write when len > 14
From: David Kaplan (davkaplan_at_[hidden])
Date: 2010-02-21 09:22:46


>
> This doesn't seem reasonable. Do you have a minimal reproducing code?
> Maybe you try to pass a local buffer to an async. function?

Sorry, yet it was me being stupid! :) My cout with reporting '14' when
i was trying to send '20'. 20d=14h! :) So I had an unclosed << hex<<
somewhere :)