melon8
Results
1
comments of
melon8
I think you don't need return in line [503](https://github.com/lmirosevic/GBPing/pull/43/commits/b0f349718a4c1e927bad6b9dfd28f31de4c5cbad#diff-9f902e0bd5c34fe9830eda2f5184629eR503). Because if bytesSent < 0, it will go to call the delegate method "ping:didFailWithError:" in line [615](https://github.com/lmirosevic/GBPing/blob/master/GBPing/GBPing.m#L615). The delegate method will...