What I said is the url content without http/https .
On Sunday, February 3, 2019 at 4:09:05 PM UTC+8, Tamás Gulácsi wrote:
>
> An url must start with a scheme (i.e. http://).
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from th
I wrote a both server and client side with golang, the server side runs on
centos7, and I built client side as aar package runs at android, but I
noticed If I close android network, the server side websocket.read not get
a EOF error and it still keep hang.
What is the reason? how can I solve it