chaincodelabs / libmultiprocess

C++ library and code generator making it easy to call functions and reference objects in different processes
MIT License
29 stars 20 forks source link

shutdown bugfix: destroy RPC system before running cleanup callbacks #116

Closed ryanofsky closed 1 month ago

ryanofsky commented 1 month ago

Fixes #115

ryanofsky commented 1 month ago

This change does fix the problem with MSAN in CI (https://github.com/bitcoin/bitcoin/pull/30975#issuecomment-2387782120) so will go ahead and merge