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); } } });