You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@lijunwangs, have you ever seen this before? I hope I'm just doing something wrong, but I haven't figured out what. The only way I've found to get the new plugin code to take effect is to restart the validator, or to rename the .so file.
Problem
Observe a change to a Geyser plugin being made, the plugin being recompiled, and
agave-validator plugin reload PLUGIN_NAME CONFIG
being called.Screen.Recording.2024-11-13.at.9.02.10.PM.mov
The plugin indeed gets reloaded, but not the newly compiled version – the old version.
$ agave-validator -V agave-validator 2.0.14 (src:85619024; feat:4052914393, client:Agave)
I see the same behaviour if instead of
reload
I useunload
thenload
again.If I rename the
.so
file,unload
the existing plugin, and thenload
the renamed one, I see the new code running.The text was updated successfully, but these errors were encountered: