Skip to content

Commit

Permalink
Update VersionHub.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JusterZhu committed Apr 12, 2024
1 parent b605fba commit 7b48335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/doc/VersionHub.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ VersionHub的单例实例对象(线程安全双检索实现的单例模式)

**方法**

Subscribe to the latest version.
订阅推送最新版本信息.

```c#
public void Subscribe(string url, string name, Action<TParameter> receiveMessageCallback, Action<string> onlineMessageCallback = null, Action<string> reconnectedCallback = null);
Expand Down Expand Up @@ -110,7 +110,7 @@ reconnectedCallback Action<string> 接收是否重新连接服务端的回调函

**方法**

Send message to server.[Not recommended for now]
向服务器发送消息。[暂不推荐使用]

```c#
public async Task Send(string msg);
Expand Down

0 comments on commit 7b48335

Please sign in to comment.