Hello, I am implementing in golang and need to detect on client side if server is still there or not. One way to detect that is by writing onto transport and process error.
However, my requirement is to detect the connection status upfront. Is there any way to achieve that? Thanks, Avoy
