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

fix unexpected parameter to callback #194

Merged
merged 1 commit into from
Feb 28, 2023
Merged

Conversation

blizzz
Copy link
Member

@blizzz blizzz commented Feb 27, 2023

The handler will receive an Event as first parameter, but the function expected an int value. Further calculcation of the delay was not working thus.

fixes #171

The handler will receive an Event as first parameter, but the function
expected an int value. Further calculcation of the delay was not
working thus.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
@blizzz
Copy link
Member Author

blizzz commented Feb 27, 2023

/backport to stable25

@blizzz
Copy link
Member Author

blizzz commented Feb 27, 2023

/backport to stable24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong parameter type in registerFunction
3 participants