R
R
Roman Rakzin2015-08-05 00:43:10
go
Roman Rakzin, 2015-08-05 00:43:10

What can cause a WebSocket connection to break in golang?

What can break a WebSocket connection?
I have no more than 10 sockets connected at the same time on my local computer.
Started testing in different browsers. IE is generally thrown out every minute
In the code, I rewrote a lot and apparently messed up somewhere and now there are breaks.
In the error handler when the socket is disconnected, it says -not implemented
What is the reason for this and what can be done?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
index0h, 2015-08-05
@index0h

For starters - look for the source of the problem by the message.

fgrep -Rin 'not implemented' $GOPATH/src/ | grep -v '.git'

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question