Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_init() method doesn't allow plugin to send additional properties with initEnd message #18

Open
JamalAkram89 opened this issue Dec 26, 2024 · 0 comments

Comments

@JamalAkram89
Copy link

_init method calls the overridable Init method but then sends the initEnd message to OFS without letting the plugin to make any changes to the initEnd message. The plugin may need to be woken up and complete the initialization in background. The implementing plugin should be allowed to optionally send the following properties in the initEnd message.

   wakeupNeeded: true | false,
   wakeOnEvents: {
      "timer": { 
         wakeupDelay: <Time in Seconds>, 
         sleepTimeout: <Time in Seconds> 
      }
   }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant