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

C#: Use get_instance_binding instead of set #84947

Merged
merged 1 commit into from Apr 4, 2024

Conversation

raulsntos
Copy link
Member

As discussed in RC, the C# wrapper types shouldn't be setting the instance_binding but instead getting it and using the create callback to add extra user data (like the CSharpScriptBinding in our case).

This should fix instantiating WebRtcPeerConnection but the linked issue seems to mention other problems so I'm not sure that it completely fixes it.

Copy link
Contributor

@dsnopek dsnopek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

The code changes look good to me. As discussed on RocketChat, I think using get_instance_binding() is correct for C#, and this should fix at least part of the WebRTCPeerConnection issue. However, I haven't done any testing.

@Faless
Copy link
Collaborator

Faless commented Nov 17, 2023

This has been confirmed to fix godotengine/webrtc-native#116 (see godotengine/webrtc-native#116 (comment))

Copy link
Contributor

@dsnopek dsnopek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like I said previously, I haven't tested this code, but it looks good to me! Using get_instance_binding() is definitely correct for this context

@akien-mga akien-mga added the cherrypick:4.2 Considered for cherry-picking into a future 4.2.x release label Apr 4, 2024
@akien-mga akien-mga merged commit c196d12 into godotengine:master Apr 4, 2024
15 checks passed
@akien-mga
Copy link
Member

Thanks!

@raulsntos raulsntos deleted the dotnet/instance_bindings branch April 4, 2024 18:17
@akien-mga
Copy link
Member

Cherry-picked for 4.2.2.

@akien-mga akien-mga removed needs testing cherrypick:4.2 Considered for cherry-picking into a future 4.2.x release labels Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WebRtcPeerConnection is failing half the time on C#
4 participants