We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c379915 commit 3d0ee9aCopy full SHA for 3d0ee9a
Sources/GRPC/GRPCStatusAndMetadata.swift
@@ -18,7 +18,7 @@ import NIOHTTP1
18
19
/// A simple struct holding a ``GRPCStatus`` and optionally trailers in the form of
20
/// `HPACKHeaders`.
21
-public struct GRPCStatusAndTrailers: Equatable {
+public struct GRPCStatusAndTrailers: Equatable, Sendable {
22
/// The status.
23
public var status: GRPCStatus
24
0 commit comments