2010/01/01

Boost.asio.ip.tcp.iostream

  1. sending to a stream is blocking during receiving from the stream even on other thread.

  2. duplication of stream socket failed.
    iostream is;
    iostream os;
    os.rdbuf().assign(is.rdbuf().native());
    Then, the assignment failed because the socket has been registered.

No comments:

How to set parameters to debugging program on Visual Studio 2019 with CMake

Solution: MSDN Sometimes the "Debug and Launch Settings for CMake" bottun is disabled. In this case, change to the target view. ...