Skip to content

Commit

Permalink
Merge pull request #872 from wechat-miniprogram/doc/fix-20240920
Browse files Browse the repository at this point in the history
Update UsingNetworking.md
  • Loading branch information
0oQiaoo0 authored Sep 20, 2024
2 parents dfd223d + 713955c commit 0239d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Design/UsingNetworking.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ while(!www.isDone) {}

## TCP 网络通信

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

### TCPSocket

Expand Down

0 comments on commit 0239d2e

Please sign in to comment.