We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b62cc0 commit d28cfcbCopy full SHA for d28cfcb
1 file changed
README.md
@@ -25,6 +25,8 @@ dependencies {
25
使用SocketClient接收消息时,是通过readLine的方式进行,即每一条消息为一行,故远程端发送的消息需在末尾加上换行符 '\n '或 '\r\n'
26
</br>
27
使用SocketClient和SocketServer发送的String消息会自动在末尾添加 '\r\n' 换行符
28
+</br>
29
+1.2.5版本后可以选择是否使用readLine读取消息,SocketClient.setSupportReadLine(),默认不使用;
30
31
## Usage
32
```java
0 commit comments