浏览代码

修bug

master
waterliu99 4 年前
父节点
当前提交
6db029200a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/JT1078.Gateway.Tests/JT1078.Gateway.TestNormalHosting/Services/JT1078NormalMsgHostedService.cs

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


正在加载...
取消
保存