Skip to content

fix: plugin metrics sdk used to do some undefined behavior

Summary

  • fix: plugin metrics sdk used to do some undefined behavior

Previous implementation would call functions over the ffi boundary which weren't defined with the required extern specifiers, which is not allowed.

  • fix: reduce size of FfiRpcHandler struct

Edited by Dmitry Rodionov

Merge request reports