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

Close without destroy #239

Merged
merged 7 commits into from
Apr 15, 2024
Merged

Close without destroy #239

merged 7 commits into from
Apr 15, 2024

Conversation

murat-dogan
Copy link
Owner

See #236

  • Remove destroy function
  • On closed event delete all resources and callbacks

@murat-dogan murat-dogan merged commit 1ec56d1 into master Apr 15, 2024
1 check passed
@@ -350,6 +362,8 @@ void DataChannelWrapper::onClosed(const Napi::CallbackInfo &info)
// This will run in main thread and needs to construct the
// arguments for the call
args = {};
},[this]{
doCleanup();
Copy link
Contributor

Choose a reason for hiding this comment

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

If I'm not mistaken, doCleanup() won't be called if the user did not set a closed callback.

callback.Call(context->Value(), args);
cleanup();
Copy link
Contributor

Choose a reason for hiding this comment

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

I think cleanup() should be called anyway, even if env or callback are not set, otherwise there could be scenarios where cleanup is never done.

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