context(handlerType:)
AsyncAwaitSupport.swift:283This declaration is deprecated: ChannelHandlerContext is not Sendable and it is therefore not safe to be used outside of its EventLoop
func context<Handler>(handlerType: Handler.Type) async throws -> ChannelHandlerContext where Handler : ChannelHandler