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

Getting corrupted data in server side #204

Open rinushereen opened 3 years ago

rinushereen commented 3 years ago

I am using XCode 11.6, swift socket in mac app When i uploading multiple images from client with timer (i have used 0.03 time interval for timer) i am getting data in both client and server side but getting corrupted data some time. Does anyone know how to solve this? Thanks for your help in advance.