Browse Source

fix: improve message writer

tags/0.1.0
gsy1519 2 years ago
parent
commit
d9f152679a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      playback/Playback/MessageWriter.cs

+ 1
- 0
playback/Playback/MessageWriter.cs View File

@@ -50,6 +50,7 @@ namespace Playback
{
cos.Flush();
gzs.Write(ms.GetBuffer(), 0, (int)ms.Length);
gzs.Flush();
ClearMemoryStream(ms);
fs.Flush();
}


Loading…
Cancel
Save