samiyr/SwiftyPing

How Can I handle no response?

StefanoKoo opened this issue · 1 comments

If i don't have any response from destination, how can i handle the result(no response)?

If you set a timeout interval in the PingConfiguration, it will trigger a timeout error if no response is received within the specified interval.