You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing a http async client, and trying to POST remote server. When remote server is online, the callback is called, but when remote server is offline client.post just invokes without any callback.
Is there my fault with understanding?