skupperproject / skupper-router

An application-layer router for Skupper networks
https://skupper.io
Apache License 2.0
14 stars 18 forks source link

Remove the adaptor_finalizing flag from the tcp_adaptor #1472

Closed ganeshmurthy closed 3 months ago

ganeshmurthy commented 4 months ago

Modify the delete connector and listener functions to not loop thru the connections and free them. Instead these delete functions must free the listener/connector only if there are no associated connections.

Move the connection/free loop to ADAPTOR_final() final