mirror of
				https://github.com/langhuihui/monibuca.git
				synced 2025-11-01 03:23:14 +08:00 
			
		
		
		
	feat: add flv recorder
This commit is contained in:
		| @@ -380,7 +380,7 @@ func (task *Task) SetDescriptions(value Description) { | ||||
| func (task *Task) dispose() { | ||||
| 	taskType, ownerType := task.handler.GetTaskType(), task.GetOwnerType() | ||||
| 	if task.state < TASK_STATE_STARTED { | ||||
| 		if task.Logger != nil { | ||||
| 		if task.Logger != nil && taskType != TASK_TYPE_CALL { | ||||
| 			task.Debug("task dispose canceled", "taskId", task.ID, "taskType", taskType, "ownerType", ownerType, "state", task.state) | ||||
| 		} | ||||
| 		return | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 langhuihui
					langhuihui