Skip to content

Commit 32475af

Browse files
committed
doc: 更新说明文档
1 parent aceb9ae commit 32475af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/BootstrapBlazor.Server/Locales/en-US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7086,7 +7086,7 @@
70867086
"ReceivesTitle": "Manual Receive",
70877087
"ReceivesDescription": "Receive data through call ReceiveAsync and display it",
70887088
"NormalTitle": "Basic usage",
7089-
"NormalIntro": "After connecting, the timestamp data sent by the server is automatically received through the <code>ReceiveAsync</code> callback method"
7089+
"NormalIntro": "After the connection is established, the data sent by the server is received through the <code>ReceiveAsync</code> callback method. The data problems of sticking and splitting packets need to be handled by the client."
70907090
},
70917091
"BootstrapBlazor.Server.Components.Samples.Sockets.AutoReceives": {
70927092
"ReceivesTitle": "Socket Receive",

src/BootstrapBlazor.Server/Locales/zh-CN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7086,7 +7086,7 @@
70867086
"ReceivesTitle": "手动接收示例",
70877087
"ReceivesDescription": "通过调用 ReceiveAsync 接收数据并且显示",
70887088
"NormalTitle": "基本用法",
7089-
"NormalIntro": "连接后通过 <code>ReceiveAsync</code> 回调方法自动接收服务端发送来的时间戳数据"
7089+
"NormalIntro": "连接后通过 <code>ReceiveAsync</code> 回调方法接收服务端发送来的数据,需要自行处理粘包分包的数据问题"
70907090
},
70917091
"BootstrapBlazor.Server.Components.Samples.Sockets.AutoReceives": {
70927092
"ReceivesTitle": "自动接收示例",

0 commit comments

Comments
 (0)