Skip to content

Commit 929d524

Browse files
committed
add readme cn
1 parent c0e64f9 commit 929d524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you're using WebSocket, you don't need to worry about heartbeat request/respo
2020

2121
For code examples, you can refer to https://github.com/AlexStocks/getty-examples.
2222

23-
## About network transmission in getty
23+
## About network transmission in getty
2424

2525
In network communication, the data transmission interface of getty does not guarantee that data will be sent successfully; it lacks an internal retry mechanism. Instead, getty delegates the outcome of data transmission to the underlying operating system mechanism. Under this mechanism, if data is successfully transmitted, it is considered a success; if transmission fails, it is regarded as a failure. These outcomes are then communicated back to the upper-layer caller.
2626

0 commit comments

Comments
 (0)