Skip to content

ReaServe v0.1.1

Choose a tag to compare

@github-actions github-actions released this 17 Mar 21:36
· 3 commits to main since this release
v0.1.1
b27e628

Fixed

  • Fix REAPER hanging on exit due to client TCP sockets not being shut down during server stop, causing blocking recv() calls in client threads to never return
  • Unregister timer callback (-timer) during plugin unload to prevent use-after-free of destroyed globals
  • Drain pending command queue on shutdown so in-flight futures resolve instead of blocking indefinitely