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 9fd57dc commit bf92ba7Copy full SHA for bf92ba7
Sources/GRPCCore/Call/Server/ServerContext.swift
@@ -32,7 +32,8 @@ public struct ServerContext: Sendable {
32
/// - "in-process:27182".
33
@available(*, deprecated, renamed: "remotePeer")
34
public var peer: String {
35
- remotePeer
+ get { remotePeer }
36
+ set { remotePeer = newValue }
37
}
38
39
/// A description of the remote peer.
0 commit comments