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

Upgrade applyAsync signature #20

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

StorytellerCZ
Copy link

@StorytellerCZ StorytellerCZ commented Dec 19, 2024

Tracking down the issues with #19 I came to applyAsync function that still had an old callback style response. Migrating it to catch and then solved the issue for me.
I believe this might have been because the callback was not being called properly.

@StorytellerCZ
Copy link
Author

@jamauro what do you think?

@jamauro
Copy link
Owner

jamauro commented Dec 21, 2024

Thanks for the PR. It'll need some testing in 2.x and 3.x. In my previous testing, using the callback was needed to suppress the invocation failed error in 3.x but I'm not sure if anything has changed there in the latest releases. If you're willing to help with this, I'd appreciate it otherwise I hope to be able to take a closer look soon.

Also I think the clear errors need better handling which I'll be focusing on soon.

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