We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def2ced commit 9475866Copy full SHA for 9475866
Sources/GRPCCore/Call/Server/RPCRouter.swift
@@ -82,7 +82,8 @@ public struct RPCRouter: Sendable {
82
}
83
84
@usableFromInline
85
- private(set) var handlers: [MethodDescriptor: (handler: RPCHandler, interceptors: [any ServerInterceptor])]
+ private(set) var handlers:
86
+ [MethodDescriptor: (handler: RPCHandler, interceptors: [any ServerInterceptor])]
87
88
/// Creates a new router with no methods registered.
89
public init() {
0 commit comments