Skip to content

when i use the 4.0.0 SMBClient to recursive the files at tvos,it crashed #129

@wyflyb

Description

@wyflyb

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)
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions