From 720b5b3cebc7333c09ebe3ccfb1ae4184612c674 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Tue, 4 Oct 2016 15:11:49 +0200 Subject: Fixes a bug in the network which send the wrong message length. --- libcmix-network/client.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'libcmix-network/client.hpp') diff --git a/libcmix-network/client.hpp b/libcmix-network/client.hpp index e1c2e14..51dfa6f 100644 --- a/libcmix-network/client.hpp +++ b/libcmix-network/client.hpp @@ -49,6 +49,7 @@ public: * \param socket An rvalue reference to a socket it will now own and receive from. */ Client(boost::asio::ip::tcp::socket&& socket); + ~Client(); /*! * \brief async_connect Asynchronously connects to next_host:port and calls on_connect -- cgit v1.2.3-70-g09d2