-
Notifications
You must be signed in to change notification settings - Fork 46
Hang on destroying this from ConferenceWebTransportChannel #41
Comments
To resolve your issue, please check whether |
Hi @jianjunz , |
I think this is related, that the task contexts may be removed, so the posted cleanup call won't be called. Since the destructors are called via the automatic cleanup with shared pointer management. Destructors shouldn't post to tasks and prevent cleanup |
|
To me it looks like |
owt-sdk-quic/web_transport/sdk/impl/web_transport_owt_client_impl.cc
Line 76 in 5867270
When the destructor is called on the interface method that this implements from https://github.com/open-webrtc-toolkit/owt-client-native/blob/5626f534c0f5237e3a7a5303417f1eafd90f3cd2/talk/owt/sdk/conference/conferencewebtransportchannel.cc#L67 the destructor will be pended on the wait() call.
Why would the destructor need to pend on wait() if this instance will be destroyed?
The text was updated successfully, but these errors were encountered: