ClubRobotInsat / info-archive

Code informatique du Club Robot INSA Toulouse
MIT License
3 stars 1 forks source link

Make the unit-testing TCP server working #4

Open Terae opened 5 years ago

Terae commented 5 years ago

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.