Skip to content

Commit 5063231

Browse files
author
Jacob G
committed
Outgoing packets are now combined into a single packet before flushing.
1 parent 38dd592 commit 5063231

File tree

4 files changed

+222
-262
lines changed

4 files changed

+222
-262
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ An easy-to-use, event-driven, asynchronous, network application framework.
1010
<dependency>
1111
<groupId>com.github.jhg023</groupId>
1212
<artifactId>SimpleNet</artifactId>
13-
<version>1.1.9</version>
13+
<version>1.2.0</version>
1414
</dependency>
1515
```
1616

1717
Gradle:
1818

19-
compile 'com.github.jhg023:SimpleNet:1.1.9'
19+
compile 'com.github.jhg023:SimpleNet:1.2.0'
2020

2121
2. To create a `Client`, you can use the following:
2222
```java

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@
1111

1212
<groupId>com.github.jhg023</groupId>
1313
<artifactId>SimpleNet</artifactId>
14-
<version>1.1.9</version>
14+
<version>1.2.0</version>
1515
<packaging>jar</packaging>
1616

1717
<name>SimpleNet</name>
1818
<description>An easy-to-use, event-driven, asynchronous,
19-
network application framework. </description>
19+
network application framework.
20+
</description>
2021
<url>https://github.com/jhg023/SimpleNet</url>
2122

2223
<licenses>

0 commit comments

Comments
 (0)