mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine cid for signal thread
This commit is contained in:
parent
7fed6e631a
commit
ef8f3d6189
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ SrsSignalManager::SrsSignalManager(SrsServer* s)
|
|||
|
||||
server = s;
|
||||
sig_pipe[0] = sig_pipe[1] = -1;
|
||||
trd = new SrsSTCoroutine("signal", this);
|
||||
trd = new SrsSTCoroutine("signal", this, _srs_context->get_id());
|
||||
signal_read_stfd = NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue