From f6559524a1cfe88b00f1f58fc9c0a3748c0df125 Mon Sep 17 00:00:00 2001 From: Florian Fischer <florian.fl.fischer@fau.de> Date: Fri, 4 Dec 2020 14:36:44 +0100 Subject: [PATCH] add deprecation warning --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7e1f15a..9266e31 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,7 @@ A simple, tcp echo-server build upon the emper and it's IO subsystem. Its only purpose is to test and benchmark the emper IO performance. + +## Deprecated + +This implementation is deprecated use the one in the emper source tree under tests/EchoServer. -- GitLab