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
Dynamic callback methods in custom connectors, eg: callback_ACTION_NAME cannot have hyphens in their method name, however the callback discovery routine does not convert hyphens to an underscore, hence connectors cannot target actions with hyphens like load-xxx_xxx unless they override the callback method and target the action manually.
Expected Behavior
For an action like load-something, I should be able to use callback_load_something to log that action.
Actual Behavior
I can't use a dynamic callback to target that action, only way is to override the callback method.
System Information
Stream plugin version: ALL, including current 3.10.0