ziti-tunnel-sdk-c
ziti-tunnel-sdk-c copied to clipboard
when disconnected by auth policy - too many "controller" events are emitted
see https://github.com/openziti/desktop-edge-ui/issues/115 for steps to reproduce.
Once an identity is disconnected via auth-policy, the ziti-edge-tunnel will emit events continuously to the UI. This is due to the CSDK trying to connect over and over again every second, and "a lot" of logs will be generated continuously...
this bug is related to/caused by https://github.com/openziti/ziti-sdk-c/issues/505