Skip to content

Commit

Permalink
Outgoing packets are now combined into a single packet before flushing.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhg023 committed Aug 11, 2018
1 parent 38dd592 commit 5063231
Show file tree
Hide file tree
Showing 4 changed files with 222 additions and 262 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ An easy-to-use, event-driven, asynchronous, network application framework.
<dependency>
<groupId>com.github.jhg023</groupId>
<artifactId>SimpleNet</artifactId>
<version>1.1.9</version>
<version>1.2.0</version>
</dependency>
```

Gradle:

compile 'com.github.jhg023:SimpleNet:1.1.9'
compile 'com.github.jhg023:SimpleNet:1.2.0'

2. To create a `Client`, you can use the following:
```java
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@

<groupId>com.github.jhg023</groupId>
<artifactId>SimpleNet</artifactId>
<version>1.1.9</version>
<version>1.2.0</version>
<packaging>jar</packaging>

<name>SimpleNet</name>
<description>An easy-to-use, event-driven, asynchronous,
network application framework. </description>
network application framework.
</description>
<url>https://github.com/jhg023/SimpleNet</url>

<licenses>
Expand Down
Loading

0 comments on commit 5063231

Please sign in to comment.