add note about voip

This commit is contained in:
Erik 2017-07-02 13:35:52 -04:00
parent 7ff10d141f
commit d37c7123d9

View File

@ -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