mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine resource manager, ignore unsubscribed handler
This commit is contained in:
parent
c120e954f5
commit
776f24cf3d
4 changed files with 214 additions and 28 deletions
|
@ -35,7 +35,8 @@
|
|||
// For log TAGs.
|
||||
#define TAG_MAIN "MAIN"
|
||||
#define TAG_MAYBE "MAYBE"
|
||||
#define TAG_DTLS_ALERT "DTLSALERT"
|
||||
#define TAG_DTLS_ALERT "DTLS_ALERT"
|
||||
#define TAG_RESOURCE_UNSUB "RESOURCE_UNSUB"
|
||||
|
||||
// Use memory/disk cache and donot flush when write log.
|
||||
// it's ok to use it without config, which will log to console, and default trace level.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue