From 6db029200ac918be18f84daedb345e8b06d4f7dd Mon Sep 17 00:00:00 2001 From: waterliu99 Date: Mon, 24 Aug 2020 22:43:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AEbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Services/JT1078NormalMsgHostedService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JT1078.Gateway.Tests/JT1078.Gateway.TestNormalHosting/Services/JT1078NormalMsgHostedService.cs b/src/JT1078.Gateway.Tests/JT1078.Gateway.TestNormalHosting/Services/JT1078NormalMsgHostedService.cs index abc7c1f..b915eee 100644 --- a/src/JT1078.Gateway.Tests/JT1078.Gateway.TestNormalHosting/Services/JT1078NormalMsgHostedService.cs +++ b/src/JT1078.Gateway.Tests/JT1078.Gateway.TestNormalHosting/Services/JT1078NormalMsgHostedService.cs @@ -43,7 +43,7 @@ namespace JT1078.Gateway.TestNormalHosting.Services if (otherHttpSessions.Count > 0) { var flvVideoBuffer = FlvEncoder.EncoderVideoTag(merge, false); - HttpSessionManager.SendAVData(firstHttpSessions, flvVideoBuffer, false); + HttpSessionManager.SendAVData(otherHttpSessions, flvVideoBuffer, false); } } });