We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.start()
1 parent 87d3398 commit 987f94dCopy full SHA for 987f94d
saltify-docs/content/guide/application.md
@@ -16,7 +16,7 @@ val client = SaltifyApplication {
16
autoReconnect = true
17
}
18
19
-}
+}.start()
20
```
21
22
事件服务连接不会自动建立,你需要手动调用 `connectEvent()` 才会真正开始监听事件。
saltify-docs/content/quick-tour.md
@@ -36,7 +36,7 @@ val client = SaltifyApplication {
36
37
38
39
40
41
42
更多内容请参见[核心配置](guide/application.md)。请在浏览完本页后**一定仔细阅读**这一页。
0 commit comments