libosdp icon indicating copy to clipboard operation
libosdp copied to clipboard

Channel API needs a new optional method called close

Open sidcha opened this issue 1 year ago • 0 comments

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.

sidcha avatar Mar 09 '24 12:03 sidcha