You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/app/.build/checkouts/SwiftMQTT/SwiftMQTT/SwiftMQTT/MQTTSessionStream.swift:31:9: error: type 'Stream' has no member 'getStreamsToHost'
Stream.getStreamsToHost(withName: host, port: Int(port), inputStream: &inputStream, outputStream: &outputStream)
^~~~~~ ~~~~~~~~~~~~~~~~
/app/.build/checkouts/SwiftMQTT/SwiftMQTT/SwiftMQTT/MQTTSessionStream.swift:58:42: error: cannot convert value of type 'String' to expected argument type 'AnyObject?'
inputStream?.setProperty(securityLevel, forKey: .socketSecurityLevelKey)
The text was updated successfully, but these errors were encountered:
Doesn't work on Linux with Swift version 4.2.
The text was updated successfully, but these errors were encountered: