Skip to content

update: add missing awaits to properly block sync ops

Martin Lowe requested to merge malowe/main/fix-awaits-gl-sync into main
  • update: add missing awaits to properly block sync ops

Previous setup meant that the 3 cleanup ops happened simultaneously, which led to weird log orders. It became harder to diagnose when things were happening as they were out of order.

Merge request reports

Loading