From 4cf127b2ea8b3272f6e1dee16e510fbf2efbe23a Mon Sep 17 00:00:00 2001 From: Garry Newman Date: Tue, 6 Dec 2016 20:50:16 +0000 Subject: [PATCH] Created Frequently Asked Questions (markdown) --- Frequently-Asked-Questions.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Frequently-Asked-Questions.md diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md new file mode 100644 index 0000000..d2c1482 --- /dev/null +++ b/Frequently-Asked-Questions.md @@ -0,0 +1,8 @@ + +## Should I make a new Client every time I access it? + +No. You should create a single Client/Server class and access it as a global singleton. + +## Can I run a Client and Server in the same app, like for listen servers? + +Yes. \ No newline at end of file