From 11a9039b8a38ffb82fbf86f7b55b7e7b974a0d06 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 8 Dec 2018 15:06:33 +0000 Subject: [PATCH] Add note about stability --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 89ecca9..4db5f0d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Simple Inter-Process Communication using unix sockets for Python. +__Note__: Whilst mostly working, there's still some fairly common cases which haven't been tested. Use at your own risk until this message is removed. + ## Examples For some more concrete examples, check out the `tests/` directory.