openziti / ziti-sdk-c

A C-based sdk for delivering secure applications over a Ziti Network
https://docs.openziti.io/docs/reference/developer/sdk/ziti-sdk-c
Apache License 2.0
71 stars 14 forks source link

rework ziti_close() and ziti_connection lifecycle #154

Closed ekoby closed 3 years ago

ekoby commented 3 years ago

fix/improve constency of ziti_connection lifecycle:

smilindave26 commented 3 years ago

+1 on ziti_close() with a callback. There are some gyrations in some of the Apple stuff to work around this...

Update: it was actually um_http_close where I did the gymnastics...