|
@@ -35,6 +35,11 @@ public struct GRPCAsyncBidirectionalStreamingCall<Request: Sendable, Response: S
|
|
|
return self.call.options
|
|
return self.call.options
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ /// The path used to make the RPC.
|
|
|
|
|
+ public var path: String {
|
|
|
|
|
+ return self.call.path
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
/// Cancel this RPC if it hasn't already completed.
|
|
/// Cancel this RPC if it hasn't already completed.
|
|
|
public func cancel() {
|
|
public func cancel() {
|
|
|
self.call.cancel(promise: nil)
|
|
self.call.cancel(promise: nil)
|