Closed ZephiroRB closed 8 years ago
@zephiro I think you'll have to explicitly specify the one you want, for instance for the JSON version :
ws.get("/test").then { json in
}
becomes
ws.get("/test").then { (json:JSON) in
}
Hope it helps :)
I upgrade with carthage update and run code error