[go-nuts] Re: url.parse issue if the first character of a url is a number

2019-02-10 Thread mailme . xu
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

[go-nuts] golang websocket read method doesn't get error if the android client changes its network

2019-01-29 Thread mailme . xu
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