nguyenquyhy / Flight-Recorder

Record and replay flights in Microsoft Flight Simulator
https://flightsim.to/file/8163/flight-recorder
GNU General Public License v3.0
209 stars 22 forks source link

8 hour flight cannot be saved #73

Closed nguyenquyhy closed 3 years ago

nguyenquyhy commented 3 years ago

Flight over the Atlantic From JFK to Sweden hangs when i try to save for example. 8 hours. Shorter flights for exemple Stockholm-Copenhagen works fine.

Investigation: Serialize/Deserialize a large list into string take a really long time and can lead to OOM. A better way would be to do that directly on stream.

nguyenquyhy commented 3 years ago

Released in v0.14