You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's often convenient to let LibOSDP own the entire channel (and hence responsible for calling a channel->close()) instead of the app having to keep a reference to the channel and close it after the CP/PD has been torn down.
This issue looks rather pronounced when writing rust applications.
The text was updated successfully, but these errors were encountered:
It's often convenient to let LibOSDP own the entire channel (and hence responsible for calling a
channel->close()
) instead of the app having to keep a reference to the channel and close it after the CP/PD has been torn down.This issue looks rather pronounced when writing rust applications.
The text was updated successfully, but these errors were encountered: