Skip to content

Commit

Permalink
fix and update
Browse files Browse the repository at this point in the history
  • Loading branch information
chatop2020 committed Dec 6, 2023
1 parent a39ef86 commit f90d94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AKStreamWeb/Services/WebHookService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ public static ResToWebHookOnStreamChange OnStreamChanged(ReqForWebHookOnStreamCh
$"[{Common.LoggerHead}]->转发接入流信息->{Common.AkStreamWebConfig.ForwardUrlIn}->{JsonHelper.ToJson(req)}");

var postMsg = JsonHelper.ToJson(req);
Task.Run(() => { ForwardPush(postMsg,Common.AkStreamWebConfig.ForwardUrlOut); }); //抛线程出去处理
Task.Run(() => { ForwardPush(postMsg,Common.AkStreamWebConfig.ForwardUrlIn); }); //抛线程出去处理

}

Expand Down

0 comments on commit f90d94b

Please sign in to comment.