From 216ef42fc0b0a401e19df71fc2aedcca2181d775 Mon Sep 17 00:00:00 2001 From: Mohammad Reza Ansary Date: Tue, 3 Aug 2021 12:56:20 +0430 Subject: [PATCH] Fix access to Options extension --- Sources/SocketKit/Socket/Options.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/SocketKit/Socket/Options.swift b/Sources/SocketKit/Socket/Options.swift index 663fa02..e344daf 100644 --- a/Sources/SocketKit/Socket/Options.swift +++ b/Sources/SocketKit/Socket/Options.swift @@ -19,7 +19,7 @@ public protocol Options { var activityTimeout: TimeInterval? { get } } -extension Options { +public extension Options { var authMethod: AuthMethod { #if DEBUG return .inline(secret: "6cbdbeb15886107d0a0e")