Kaynağa Gözat

修bug

master
waterliu99 4 yıl önce
ebeveyn
işleme
6db029200a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet