From d2425d80e7295ec112b84db6a88ffc58833f4c9c Mon Sep 17 00:00:00 2001 From: Timothy Schenk Date: Sun, 19 Nov 2023 14:59:58 +0100 Subject: [PATCH] docs: info regarding issue --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 70b1290..948de68 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # What is this project about? This is a continuation and rewrite of the original Project Infinity for Wonderking. + +## Important notes for developers + +* Avoid using statements with TcpSession, AuthSession or any type that inherits Session outside the session itself.