Skip to content

Commit 70e925a

Browse files
committed
add KcpMetric
improve creation of Bytebuf for flush upgrade netty to 4.1.49.Final
1 parent f053810 commit 70e925a

File tree

8 files changed

+151
-283
lines changed

8 files changed

+151
-283
lines changed

README.md

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To add a dependency using Maven:
99
<dependency>
1010
<groupId>io.jpower.kcp</groupId>
1111
<artifactId>kcp-netty</artifactId>
12-
<version>1.4.8</version>
12+
<version>1.4.9</version>
1313
</dependency>
1414
```
1515

kcp-example/pom.xml

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.jpower.kcp</groupId>
77
<artifactId>kcp-parent</artifactId>
8-
<version>1.4.8</version>
8+
<version>1.4.9</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

kcp-netty/pom.xml

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.jpower.kcp</groupId>
77
<artifactId>kcp-parent</artifactId>
8-
<version>1.4.8</version>
8+
<version>1.4.9</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)