Skip to content

Commit

Permalink
For ossrs#1500, add onecycle thread and a life guard in udp listener …
Browse files Browse the repository at this point in the history
…for recving timeout self-destruction
  • Loading branch information
basson099 committed Mar 14, 2020
1 parent 0f880a3 commit 962cefc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions trunk/src/app/srs_app_gb28181.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ srs_error_t Srs28181TcpStreamListener::remove_conn(Srs28181TcpStreamConn* c)
return err;
}


SrsLiveUdpListener::SrsLiveUdpListener(Srs28181UdpStreamListener* h, string i, int p)
{
handler = h;
Expand All @@ -338,7 +337,6 @@ SrsLiveUdpListener::SrsLiveUdpListener(Srs28181UdpStreamListener* h, string i, i
}



SrsOneCycleCoroutine::SrsOneCycleCoroutine(string n, ISrsCoroutineHandler* h, int cid)
{
name = n;
Expand Down

0 comments on commit 962cefc

Please sign in to comment.