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

Do not capture local variable by reference #65

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bschatt
Copy link

@bschatt bschatt commented Jun 12, 2024

FindSessionById and CreateSession are both asynchronous calls. It's possible for the delegate to get called immediately (in case some parameters are obviously wrong) but most of the time it will be called later. Some OSS also calls the delegate in the next tick in case there is an error.

It means that capturing bSuccess as reference in lambdas won't work properly most of the time.

@yuehanlin
Copy link
Collaborator

Hello Bastien, as always, thank you so much for the pull requests!! We've filed bugs internally and will integrate your contribution to future releases.

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