swiftsocket / SwiftSocket

The easy way to use sockets on Apple platforms
BSD 3-Clause "New" or "Revised" License
1.68k stars 400 forks source link

Read Video file using TCPClient #224

Open natheemy opened 1 year ago

natheemy commented 1 year ago

Hi, I am using TCPClient send and received messages successfully but need to retrieve video file from TCPClient to mobile storage? I was try for let data1 = client.read(100,timeout: 5) it return nil. Please suggest sample reference. Thanks,