Muhamed AlGhzawi

Results 1 comments of Muhamed AlGhzawi

It's the same `client.read` method, you pass the expected length of the data, check this [line](https://github.com/swiftsocket/SwiftSocket/blob/master/Sources/TCPClient.swift#L128).. So you'll do something like this: `var data = client.read(1024 * 100) // to...