You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/BootstrapBlazor.Server/Locales/en-US.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7086,7 +7086,7 @@
7086
7086
"ReceivesTitle": "Manual Receive",
7087
7087
"ReceivesDescription": "Receive data through call ReceiveAsync and display it",
7088
7088
"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."
0 commit comments