Complete.

This commit is contained in:
Max Goedjen 2025-09-08 23:23:18 -07:00
parent fd0686be0c
commit 8d2aa443e0
No known key found for this signature in database

View File

@ -16,4 +16,8 @@ public final class XPCAgentInputParser: SSHAgentInputParserProtocol {
try await session.send(data) try await session.send(data)
} }
deinit {
session.complete()
}
} }