英文: (Go) Comparing everchanging variable in ws loop 问题 正在处理接收消息并相应处理的循环,基本上是一个带有保持活动和身份验证的 WebSocket...
每个客户端强制使用1个唯一的WebSocket连接?
英文: Enforcing 1 unique websocket connection per client? 问题 我有一个网页,它与服务器建立了一个 WebSocket 连接。我必须确保网站的用户...
更新:使用JavaScript的WebSockets发送原始标头。
英文: Update: Send the origin header with js websockets 问题 我一直在使用Go语言中的gorilla-websocket进行尝试,当我实现基本的回声...
Websocket send all clients a message in Echo Framework
英文: Websocket send all clients a message in Echo Framework 问题 我相信这个问题几乎与这个问题相同。 但是我在Echo框架中使用的是webso...
我需要使用Go语言连接到一个已存在的WebSocket服务器。
英文: I need to connect to an existing websocket server using go lang 问题 以下是一个可以创建 WebSocket 客户端并连接到指定...
Heroku H15错误在Web套接字关闭时发生。
英文: Heroku H15 Error on web socket close 问题 我有一个在Heroku上作为Web套接字服务器的Go服务。客户端每20秒向服务器发送ping请求,似乎保持连接处...
你为什么会收到错误信息“http: response.Write on hijacked connection”?
英文: Why do I get the error message "http: response.Write on hijacked connection"? 问题 我正在尝试...
go rpc, http or websockets,which is fastest for transferring many small pieces of data, repeatedly, from one server to another
英文: go rpc, http or websockets,which is fastest for transferring many small pieces of data, repeated...
可以通过WebSockets或其他协议传输TCP连接吗?
英文: Is it possible to transport a TCP connection over websockets or another protocol? 问题 我在想,是否可能通过W...
Go协程 – 为什么WebSocket报告连接已关闭?
英文: go routine - why websocket reports the connection as closed? 问题 我正在尝试使用Go创建一个客户端和服务器,但出于某种原因,服务器...
27