mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine SrsStSocket in time unit
This commit is contained in:
parent
5a45fd98c3
commit
feb34ed225
5 changed files with 22 additions and 24 deletions
|
@ -488,7 +488,7 @@ srs_error_t SrsEdgeForwarder::start()
|
|||
}
|
||||
|
||||
srs_freep(trd);
|
||||
trd = new SrsSTCoroutine("edge-fwr", this);
|
||||
trd = new SrsSTCoroutine("edge-fwr", this, _srs_context->get_id());
|
||||
|
||||
if ((err = trd->start()) != srs_success) {
|
||||
return srs_error_wrap(err, "coroutine");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue