Hello! I develop transparent proxy based application, and I'm receiving a lot of crash reports from macOS 15.5 for crash in __88-[NEExtensionAppProxyProviderContext setInitialFlowDivertControlSocket:extraValidation:]_block_invoke.90
when stopping.
Even very old versions of my software started crashing on macOS 15.5.
I checked my extension that it correctly calls setTunnelNetworkSettings:nil on proxy stop, but crash is still here.
Does anybody else have this problem? Do you know any workaround for it?