Sadeq Bitarafan
Sadeq Bitarafan
> Not really sure what this could be, other than maybe toView and fromView being equal and causing issues, > > > > I'm going to try this change to...
> Version: 2.0.3-beta2 > (CocoaMQTT over websocket.) > after subscribing to topics, CocoaMQTT disconnected with the below error: > `CocoaMQTT.CocoaMQTTError.writeTimeout` I found what's happened. When you subscribe to multiple topics...
> Crash on subscribe in MQTT over web socket. > > ```swift > public func write(_ data: Data, withTimeout timeout: TimeInterval, tag: Int) { > internalQueue.async { > let newWrite...
> you can use > > `pod 'CocoaMQTT/WebSockets', :git => 'https://github.com/emqx/CocoaMQTT.git', :tag => '1.3.0-rc.1'` Thanks, please update your readme file.
I have this problem too, do you solved it?
> ```swift > ```swift > public func write(_ data: Data, withTimeout timeout: TimeInterval, tag: Int) { > internalQueue.async { > let newWrite = WriteItem(tag: tag, timeout: (timeout > 0.0) ?...
I have this crash too :( Do you solved it?