mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine the thread, set to disposed when terminate normally
This commit is contained in:
parent
83a9ff9f5d
commit
eb578b4a39
3 changed files with 50 additions and 34 deletions
|
@ -905,7 +905,7 @@ namespace _srs_internal
|
|||
}
|
||||
|
||||
// client c1 time and version
|
||||
time = ::time(NULL);
|
||||
time = (int32_t)::time(NULL);
|
||||
version = 0x80000702; // client c1 version
|
||||
|
||||
// generate signature by schema
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue