Closed abo closed 9 years ago
SocketIOClient.swift L 217
public func emitObjc(event:String, withItems items:[AnyObject]) {
should be
public func emitObjc(event:String, withItems items:AnyObject) {
?
SocketIOClient.swift L 217
should be
?