SkipLabs / skip

Skip is a framework for building reactive services
https://skiplabs.io
MIT License
156 stars 9 forks source link

Clone object proxies in mapper/resource params #519

Closed bennostein closed 1 week ago

bennostein commented 1 week ago

This was causing some issues in one of my examples, as pointers copied over through proxy objects were outliving the actual object in the skip heap. Thanks Daniel for the help debugging!