On the file unit-communication.cpp, an asio TCP server should be creating on the job to test the communication, but the actual implementation does not compile because of the asio::read_some() function.
A unit test is already pending to check the future fix.
On the file
unit-communication.cpp
, an asio TCP server should be creating on the job to test the communication, but the actual implementation does not compile because of theasio::read_some()
function.A unit test is already pending to check the future fix.