aboutsummaryrefslogtreecommitdiff
path: root/libcmix-network/client.hpp
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2016-10-04 15:11:49 +0200
committerDennis Brentjes <d.brentjes@gmail.com>2016-10-04 15:11:49 +0200
commit720b5b3cebc7333c09ebe3ccfb1ae4184612c674 (patch)
treed790fd3ffdcb29cb28853ae85694167c4f7b090d /libcmix-network/client.hpp
parent4f2c980343b321e7fccf48190c32bfb4bca426f4 (diff)
downloadcmix-720b5b3cebc7333c09ebe3ccfb1ae4184612c674.tar.gz
cmix-720b5b3cebc7333c09ebe3ccfb1ae4184612c674.tar.bz2
cmix-720b5b3cebc7333c09ebe3ccfb1ae4184612c674.zip
Fixes a bug in the network which send the wrong message length.
Diffstat (limited to 'libcmix-network/client.hpp')
-rw-r--r--libcmix-network/client.hpp1
1 files changed, 1 insertions, 0 deletions
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