Skip to content

fix: cb func returned as reference and is not invoked#261

Merged
kbarbounakis merged 1 commit into
themost-framework:masterfrom
phxgg:fix/uncalled-func
May 6, 2026
Merged

fix: cb func returned as reference and is not invoked#261
kbarbounakis merged 1 commit into
themost-framework:masterfrom
phxgg:fix/uncalled-func

Conversation

@phxgg
Copy link
Copy Markdown
Contributor

@phxgg phxgg commented May 5, 2026

cb is returned as a reference (return cb;) but should instead be invoked (return cb();)

@kbarbounakis kbarbounakis merged commit 914894d into themost-framework:master May 6, 2026
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants