florianmari/LiveGQL

adopt starscream 3.0.3

Closed this issue ยท 4 comments

great library! ๐Ÿ™Œ would be nice to support the latest starscream.

/Pods/Starscream/Source/WebSocket.swift:122:28: warning: when calling this function in Swift 4 or later, you must pass a '()' tuple; did you mean for the input type to be '()'?
    public var onConnect: ((Void) -> Void)?
                           ^~~~~~
                           ()
/Pods/Starscream/Source/WebSocket.swift:553:34: error: missing argument for parameter #1 in call
                    s.onConnect?()
                                 ^
                                 <#Void#>

Hey thanks for your issue, I'm working on a new version!

Hello, a new version is now available! 2.0.0

@florianmari awesome, thanks much!