ReaServe v0.1.1
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