Browse Source

Remove connection logic note

There is no reason that this note should still be here since Ready event exists.
pull/826/head
Hsu Still 8 years ago
parent
commit
95935dee7b
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      docs/guides/getting_started/intro.md

+ 0
- 5
docs/guides/getting_started/intro.md View File

@@ -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


Loading…
Cancel
Save