rke246
Results
1
comments of
rke246
You might try setting a timeout in the client.read function, seemed to work for me: guard let response = client.read(1024*10 , timeout: 2000) else { return nil }