aciidgh / SwiftMQTT

MQTT Client in pure swift ❤️
MIT License
270 stars 71 forks source link

UBUNTU support #49

Open jiribohm opened 4 years ago

jiribohm commented 4 years ago

Hi, I would like to kindly ask you, if it would be possible to solve this bug: Stream.getStreamsToHost(withName: host, port: Int(port), inputStream: &inputStream, outputStream: &outputStream)

When I compile under Ubuntu, I get this error: "type 'Stream' has no member 'getStreamsToHost'"

Thanks you very much!