Skip to content

Commit

Permalink
add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rebello95 committed Oct 3, 2023
1 parent b8760a3 commit 1468a06
Show file tree
Hide file tree
Showing 2 changed files with 237 additions and 66 deletions.
2 changes: 1 addition & 1 deletion Libraries/Connect/Implementation/ProtocolClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ extension ProtocolClient: ProtocolClientInterface {
))
case .failure(let error):
hasCompleted.value = true
responseCallbacks.receiveClose(error.code, error.metadata, error)
onResult(.complete(code: error.code, error: error, trailers: error.metadata))
}
}
)
Expand Down
Loading

0 comments on commit 1468a06

Please sign in to comment.