virto-network / valor

Create HTTP APIs with a plugin system that runs in the server and the browser.
GNU General Public License v3.0
9 stars 8 forks source link

Core dump when handling native plugin request #26

Closed olanod closed 3 years ago

olanod commented 3 years ago

Fixed it running cargo update on the dependent project(vln-api) so the valor_bin and the plugin dependencies(valor_core) use the exact same versions of every dependency. It's a tricky thing of native plugins with the non stable Rust ABI to keep in mind and perhaps can be improved since it can cause headaches in the future.