-
Notifications
You must be signed in to change notification settings - Fork 49
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
RequestDataAsync causes two TransferData calls #461
Comments
Hello @Giorgi could I bother you with the call stacks for the two calls into |
@mpeyrotc I'm unsure how to attach a debugger to the class that inherits from Here is how
The visualizer part makes two calls to the
I have also noticed that this happens only during the first hit of the breakpoint. When another breakpoint is hit, and I inspect some variable with my visualizer, I don't get duplicated hits. |
When debugging my extension I have noticed that sometimes a single call to
RequestDataAsync
results in two calls ofTransferData
. Is there anything I can do to avoid the second call?The text was updated successfully, but these errors were encountered: