Skip to content

Commit 0239d2e

Browse files
authored
Merge pull request #872 from wechat-miniprogram/doc/fix-20240920
Update UsingNetworking.md
2 parents dfd223d + 713955c commit 0239d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Design/UsingNetworking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ while(!www.isDone) {}
5555

5656
## TCP 网络通信
5757

58-
如果游戏使用 TCP 进行网络通信,在 Unity WebGL 中开发者可以使用微信基础库中的TCPSocket(**需要微信基础库3.1.1**),也可以使用 Websocket 进行替代。
58+
如果游戏使用 TCP 进行网络通信,在 Unity WebGL 中开发者可以使用微信基础库中的TCPSocket(**需要微信基础库版本>=3.1.1**),也可以使用 Websocket 进行替代。
5959

6060
### TCPSocket
6161

0 commit comments

Comments
 (0)