From a51d012bb1e7d34ff5e27bebccd8026bc731515c Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Wed, 7 Aug 2024 17:17:43 +0200 Subject: Weird behaviour in peer client. Connection being established even though no server exists --- modules/io_codec/c++/io_peer.tmpl.hpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'modules/io_codec/c++') diff --git a/modules/io_codec/c++/io_peer.tmpl.hpp b/modules/io_codec/c++/io_peer.tmpl.hpp index f4f965f..4deabd3 100644 --- a/modules/io_codec/c++/io_peer.tmpl.hpp +++ b/modules/io_codec/c++/io_peer.tmpl.hpp @@ -91,13 +91,15 @@ error_or streaming_io_peer 0u) { io_stream_->write(&out_buffer_.read(), out_buffer_.read_segment_length()); } -- cgit v1.2.3