Skip to content

Commit d28cfcb

Browse files
author
Deng
committed
release 1.2.5
1 parent 0b62cc0 commit d28cfcb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ dependencies {
2525
使用SocketClient接收消息时,是通过readLine的方式进行,即每一条消息为一行,故远程端发送的消息需在末尾加上换行符 '\n '或 '\r\n'
2626
</br>
2727
使用SocketClient和SocketServer发送的String消息会自动在末尾添加 '\r\n' 换行符
28+
</br>
29+
1.2.5版本后可以选择是否使用readLine读取消息,SocketClient.setSupportReadLine(),默认不使用;
2830

2931
## Usage
3032
```java

0 commit comments

Comments
 (0)