From c0424e7a55250705579ee64c269892677fa86adf Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 15 Mar 2024 14:41:47 +0100 Subject: async,io: Fixed immediate issues in async and built a basic io echo_server --- modules/io/examples/echo.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/io/examples/echo.hpp') diff --git a/modules/io/examples/echo.hpp b/modules/io/examples/echo.hpp index 2201457..4eb8084 100644 --- a/modules/io/examples/echo.hpp +++ b/modules/io/examples/echo.hpp @@ -3,6 +3,7 @@ struct message { std::array data; uint64_t already_read = 0; + uint64_t already_written = 0; }; constexpr std::string_view message_content = "Hello! This is an echo msg."; -- cgit v1.2.3