Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kishikawakatsumi committed Oct 29, 2024
1 parent 0c7e126 commit 110c8a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/SMBClient/TreeAccessor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ public class TreeAccessor {
let session: Session

init(session: Session, share: String) {
print(#function)
self.session = session.newSession()
self.share = share
}

deinit {
print(#function)
let session = self.session
Task {
try await session.treeDisconnect()
Expand Down

0 comments on commit 110c8a1

Please sign in to comment.