when i use the 4.0.0 SMBClient to recursive the files at tvos, it crash at smb2_destroy_context(context) deinit { if isConnected { try? self.disconnect() } try? withThreadSafeContext { context in self.context = nil smb2_destroy_context(context) } }
when i use the 4.0.0 SMBClient to recursive the files at tvos, it crash at smb2_destroy_context(context)
deinit {