Skip to content

Commit

Permalink
Update to milestone 9
Browse files Browse the repository at this point in the history
  • Loading branch information
mondain committed Jun 30, 2018
1 parent a1606cb commit fe794da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.red5</groupId>
<artifactId>red5-parent</artifactId>
<version>1.0.10-M8</version>
<version>1.0.10-M9</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>red5-server-common</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/red5/server/net/rtmp/RTMPConnection.java
Original file line number Diff line number Diff line change
Expand Up @@ -1887,10 +1887,6 @@ public void run() {
// update the timestamp to match our update
lastBytesReadTime = now;
}
// check idle
if (isIdle()) {
onInactive();
}
} else {
// client didn't send response to ping command and didn't sent data for too long, disconnect
long lastPingTime = lastPingSentOn.get();
Expand Down

0 comments on commit fe794da

Please sign in to comment.