-
Notifications
You must be signed in to change notification settings - Fork 37
Add RunWithSynchronizationContext with arguments #956
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
Conversation
I think we should remove the parameterless method ( Unfortunately the generated bindings are currently not 100% correct. Meaning the encoding is probably not correct. I would ignore this for now as there are no length based platform arrays currently and it looks like it works more or less. (Should be fixed with #955.) Additionally the length parameter is part of the public API. As it is declared to belong to the array it will vanish if #917 is merged. For this reason I would remove it already from the The last point is that the array itself is nullable. For this reason I think we should mark it as nullable, too (see #955). If it is null you can simply pass (See documentation) After updating the code: Can you confirm that it works for you with |
Unfortunately there are some problems, but I guess it's not related to this PR?
[1] Calls
[2] Calls
|
Thanks for testing things out. I will take a look at your findings later. Can you switch the samples to use |
I could reproduce the problems with I could not reproduce the As those points are not related to your PR it is good to go. Thank you 👍 |
Closes #916