Transport.close rust 0.11.2

I have a gstreamer h264 producer in a transport that has consumers but mail be stopped and needs to be restarted.

Is transport.close no longer available?

Sorry if this is a dumb question. I’m new to rust but I believe transport.close is being referenced in somewhat recent threads Nov 22 about cleaning up a transport/consumers but I can’t see it in the docs anymore. Is there a new way to close a transport on the server side?

there is no transport.close in the rust version, as it does not needed as per the documentation, go and check that, then you will know how to deal with it