英文: How to use the AWS blockchain service with go-ethereum? 问题 AWS区块链服务提供了HTTP和WebSocket协议的端点,但需要使用I...
Go- infinite for loop in a handler
英文: Go- infinite for loop in a handler 问题 我正在使用一个博客来理解我所做的某个实现,但遇到了困难。 我正在创建一个新的 WebSocket 连接,在其中运行一...
为什么我的 “newPendingTransactions” Geth 订阅没有接收到任何事件?
英文: why does my "newPendingTransactions" geth subscription not get any events? 问题 我面临以下挑战。...
将消息从Kafka发送到WebSocket。
英文: Send messages from kafka into websocket 问题 我使用gin-framework在golang中创建了一个Web服务。在这个项目中,我还消费了来自特定主题...
go grammes – how to get property from gremlin, not just the value with go grammes
英文: go grammes - how to get property from gremlin, not just the value with go grammes 问题 你好,以下是翻译好的内...
Gorilla/Mux和Websocket的竞争条件。这个安全吗?
英文: Gorilla/Mux & Websocket Race Condition. Is this safe? 问题 我正在处理一个websocket,并最近开始使用race进行一些竞态条...
在Golang中连接WebSocket时出现握手失败的问题。
英文: Connecting to a WebSocket in Golang fails with bad handshake 问题 我正在尝试使用github.com/gorilla/websoc...
如何正确拒绝 WebSocket 升级请求?
英文: How to properly refuse websocket upgrade request? 问题 有时候我想拒绝一个HTTP客户端的升级连接到WebSocket的请求。 代码 (使用g...
Golang在第一次读取后,通过websocket的bufio断开连接。
英文: Golang bufio from websocket breaking after first read 问题 我正在尝试从一个websocket中流式传输JSON文本。然而,在初始读取之后...
币安的WebSocket不响应ping请求。
英文: binance websocket not responding to ping 问题 使用gorilla/websocket库拨号到Binance的WebSocket端点,成功连接没有错误。...
27