mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Rename SrsCoroutineManager to SrsConnectionManager
This commit is contained in:
parent
d8a158290f
commit
4eae93d27b
10 changed files with 20 additions and 23 deletions
|
@ -1890,7 +1890,7 @@ SrsGb28181Manger::SrsGb28181Manger(SrsServer *s, SrsConfDirective* c)
|
|||
// TODO: FIXME: support reload.
|
||||
server = s;
|
||||
config = new SrsGb28181Config(c);
|
||||
manager = new SrsCoroutineManager();
|
||||
manager = new SrsConnectionManager();
|
||||
}
|
||||
|
||||
SrsGb28181Manger::~SrsGb28181Manger()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue