update version to 0.17.0

This commit is contained in:
badaix 2019-11-20 22:40:21 +01:00
parent 09bd4c3bf7
commit f20bd1b1e4
6 changed files with 32 additions and 8 deletions

View file

@ -22,6 +22,7 @@
using namespace std;
// https://stackoverflow.com/questions/7754695/boost-asio-async-write-how-to-not-interleaving-async-write-calls/7756894
ControlSessionTcp::ControlSessionTcp(ControlMessageReceiver* receiver, boost::asio::io_context& ioc, tcp::socket&& socket)