From d37c7123d9282561bee1a2563fae470ffb7ba46c Mon Sep 17 00:00:00 2001 From: Erik Date: Sun, 2 Jul 2017 13:35:52 -0400 Subject: [PATCH] add note about voip --- Source/SocketIOClientOption.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/SocketIOClientOption.swift b/Source/SocketIOClientOption.swift index 6802fa0..9ab5cc7 100644 --- a/Source/SocketIOClientOption.swift +++ b/Source/SocketIOClientOption.swift @@ -97,6 +97,7 @@ public enum SocketIOClientOption : ClientOption { /// If passed `true`, the WebSocket transport will try and use voip logic to keep network connections open in /// the background. **This option is experimental as socket.io shouldn't be used for background communication.** + @available(*, deprecated, message: "No longer has any effect, and will be removed in v11.0") case voipEnabled(Bool) // MARK: Properties