From 95935dee7b30486b18e65999297ae3a0ff055995 Mon Sep 17 00:00:00 2001 From: Hsu Still <341464@gmail.com> Date: Sat, 30 Sep 2017 12:20:28 +0800 Subject: [PATCH] Remove connection logic note There is no reason that this note should still be here since Ready event exists. --- docs/guides/getting_started/intro.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/guides/getting_started/intro.md b/docs/guides/getting_started/intro.md index 4c02ab147..4f277b1e5 100644 --- a/docs/guides/getting_started/intro.md +++ b/docs/guides/getting_started/intro.md @@ -144,11 +144,6 @@ start connection/reconnection logic. It is important to note that Any methods that rely on the client's state should go in an event handler. ->[!NOTE] -Connection logic is incomplete as of the current build. Events will -soon be added to indicate when the client's state is ready for use -(rewrite this section when possible). - Finally, we will want to block the async main method from returning until after the application is exited. To do this, we can await an infinite delay or any other blocking method, such as reading from