Hi I tried to catch a socketException when the server I am consulting is not available, I tried with try{}catch{}, catchError and timeout, but it doesn't work
I need that if some time passes that the server does not respond, that it already stops waiting for it
The error is :
and I tried something like this