How Can I handle no response?
StefanoKoo opened this issue · 1 comments
StefanoKoo commented
If i don't have any response from destination, how can i handle the result(no response)?
samiyr commented
If you set a timeout interval in the PingConfiguration
, it will trigger a timeout error if no response is received within the specified interval.