- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我是新手,我正在尝试连接到一个使用 websocket 进行许多事情的网站,包括聊天。
我的目标是只获得聊天输出并对其进行处理而忽略其余部分。
我知道我期待聊天的 json,但不是其他的,所以当我运行程序时,我现在得到了所有的 websocket 输出,但我只对以下内容感兴趣:
[null,null,"channel:zRAMDON","message",{"session_id":"ramdon-d655-4ee1-ramdon","body":"TEST!!!!!!!!!!!!!!!!!!!","type":"chat"}]
现在我用来捕捉所有
var readCHAT []interface{}
go func() {
for {
err := ws.ReadJSON(&readCHAT)
if err != nil {
log.Printf("Error read: %s", err)
break
}
log.Printf("Message received: %+v", readCHAT)
}
}()
我遇到的问题是我得到了 diff websocket msg,所以不能只写一个结构。
[<nil> <nil> channel:zRAMDON naf map[data:map[components:map[0:map[x:18.37785615655833 y:3.849238250917483 z:31.306368728428566] 1:map[x:-2.1127290916182298e-13 y:-14.000000000000544 z:1.6920595533305515e-13] 10:map[x:0 y:0 z:0] 11:map[x:0 y:0 z:0] 12:false 2:map[x:1.0000000000000018 y:1.0000000000000713 z:0.999999999999999] 3:map[avatarSrc:https://somewhere.com/api/v1/avatars/PcJ8Sxb/avatar.gltf?v=63726570330 avatarType:skinnable muted:true] 4:map[left_hand_pose:0 right_hand_pose:0] 5:map[x:0 y:1.6 z:0] 6:map[x:5.21773538958394 y:41.12499999998135 z:-3.292556714059138e-11] 7:map[x:0 y:0 z:0] 8:map[x:0 y:0 z:0] 9:false] creator:f6ee84ab-15af-4bc0-b9df-aa9c71093118 isFirstSync:true lastOwnerTime:1.5933988881835e+12 networkId:m9ms3qv owner:f6ee84ab-15af-4bc0-b9df-aa9c71093118 parent:<nil> persistent:false template:#remote-avatar] dataType:u from_session_id:f6ee84ab-15af-4bc0-b9df-aa9c71093118]]
当我不确定我得到什么时,如果我不能将它转换为结构以使用 map[] 等,我该如何只使用我需要的 json。
[<nil> <nil> channel:zRAMDON naf map[data:map[components:map[0:map[x:4.001814822517539 y:2.644030847036413 z:30.97952900553247] 1:map[x:2.4521572390556376e-13 y:-14.000000000000105 z:8.633353546977925e-15] 10:map[x:0 y:0 z:0] 11:map[x:0 y:0 z:0] 12:false 2:map[x:1 y:1.0000000000000715 z:1.0000000000000009] 3:map[avatarSrc:https://somesite.com/api/v1/avatars/3IADk9x/avatar.gltf?v=63743924756 avatarType:skinnable muted:true] 4:map[left_hand_pose:0 right_hand_pose:0] 5:map[x:0 y:1.6 z:0] 6:map[x:-7.540983606551728 y:111.09374999994142 z:-4.904411738530524e-11] 7:map[x:0 y:0 z:0] 8:map[x:0 y:0 z:0] 9:false] creator:de96a126-cf5f-48b2-8c0c-02d79b4382d5 isFirstSync:true lastOwnerTime:1.5934383934451e+12 networkId:5jwrz57 owner:de96a126-cf5f-48b2-8c0c-02d79b4382d5 parent:<nil> persistent:false template:#remote-avatar] dataType:u from_session_id:de96a126-cf5f-48b2-8c0c-02d79b4382d5]]
另一个:
[<nil> phoenix phx_reply map[response:map[] status:ok]]
另一个这个是我得到的最多的,但我不需要,所以需要把它全部过滤掉:
[<nil> <nil> channel:zRAMDON naf map[data:map[components:map[0:map[x:4.001814822517539 y:2.644030847036413 z:30.97952900553247] 1:map[x:2.4521572390556376e-13 y:-14.000000000000105 z:8.633353546977925e-15] 10:map[x:0 y:0 z:0] 11:map[x:0 y:0 z:0] 12:false 2:map[x:1 y:1.0000000000000715 z:1.0000000000000009] 3:map[avatarSrc:https://somesite.com/api/v1/avatars/3IADk9x/avatar.gltf?v=63743924756 avatarType:skinnable muted:true] 4:map[left_hand_pose:0
那些 AND LIKE 其他 100 个更加不同甚至不一样的模式,如果它们具有所有相同的模式但内容不同,那么编写结构并了解 json 文档将很容易。
[null,null,"channel:zRAMDON","message",{"session_id":"ramdon-d655-4ee1-ramdon","body":"TEST!!!!!!!!!!!!!!!!!!!","type":"chat"}]
所以我需要以某种方式获得过滤器/摆脱,然后从这个响应中我可以编写一个结构来放入空、空、 channel 、消息等
["2", "238", "hub:zWXK8U6", "nafr", {,…}]
0: "2"
1: "238"
2: "room:zRAMDON"
3: "nafr"
4: {,…}
naf: "{"dataType":"um","data":{"d":[{"networkId":"A8AFC029-A3AF-459B-AC89-83557814DEAC","owner":"fa477e9d-7e92-4c1d-9b7b-6e9e0e975495","creator":"","lastOwnerTime":1593446129608,"template":"#static-controlled-media","persistent":true,"parent":null,"components":{"1":169.509434}}]}}"
另一个类似但不同的 3 个元素:
"2", "237", "room:zRAMDON", "naf",…]
0: "2"
1: "237"
2: "room:zRAMDON"
3: "naf"
4: {dataType: "u", data: {networkId: "mi2p4c5", owner: "fa477e9d-7e92-4c1d-9b7b-6e9e0e975495",…}}
data: {networkId: "mi2p4c5", owner: "fa477e9d-7e92-4c1d-9b7b-6e9e0e975495",…}
components: {0: {x: -0.4637117156600495, y: 2.255, z: 8.3544556410586}, 1: {x: 0, y: -14.000000000000009, z: 0},…}
0: {x: -0.4637117156600495, y: 2.255, z: 8.3544556410586}
1: {x: 0, y: -14.000000000000009, z: 0}
2: {x: 1, y: 1, z: 1}
3: {,…}
4: {left_hand_pose: 0, right_hand_pose: 0}
5: {x: 0, y: 1.6, z: 0}
6: {x: 0, y: 0, z: 0}
7: {x: 0, y: 0, z: 0}
8: {x: 0, y: 0, z: 0}
9: false
10: {x: 0, y: 0, z: 0}
11: {x: 0, y: 0, z: 0}
12: false
creator: "fa477e9d-7e92-4c1d-9b7b-6e9e0e975495"
isFirstSync: true
lastOwnerTime: 1593446133299
networkId: "mi2p4c5"
owner: "fa477e9d-7e92-4c1d-9b7b-6e9e0e975495"
parent: null
persistent: false
template: "#remote-avatar"
dataType: "u"
还有另一个例子:
[null, "235", "phoenix", "heartbeat", {}]
0: null
1: "235"
2: "phoenix"
3: "heartbeat"
4: {}
和我真正需要的:
[null, null, "room:zRAMDON", "message", {session_id: "fa477e9d-7e92-4c1d-9b7b-6e9e0e975495",…}]
0: null
1: null
2: "room:zRAMDON"
3: "message"
4: {session_id: "fa477e9d-7e92-4c1d-9b7b-6e9e0e975495",…}
body: "testtttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttt"
session_id: "fa477e9d-7e92-4c1d-9b7b-6e9e0e975495"
type: "chat"
所以很明显有一个由 5 个元素组成的 json 数组,问题出在元素 3 之后。我尝试将所有这些解析成一个自动 json 来运行 struct 工具,甚至该工具也会感到困惑并吐出错误。
type WebSocketHubs []WebSocketHubElement
type WebSocketHubClass struct {
SessionID string `json:"session_id"`
Body string `json:"body"`
Type string `json:"type"`
DataType string `json:"dataType"`
Data Data `json:"data"`
}
type WebSocketHubElement struct {
String *string
WebSocketHubClass *WebSocketHubClass
}
type Data struct {
NetworkID string `json:"networkId"`
Owner string `json:"owner"`
Creator string `json:"creator"`
LastOwnerTime int64 `json:"lastOwnerTime"`
Template string `json:"template"`
Persistent bool `json:"persistent"`
Parent interface{} `json:"parent"`
Components map[string]*ComponentValue `json:"components"`
IsFirstSync bool `json:"isFirstSync"`
}
type ComponentClass struct {
X *float64 `json:"x,omitempty"`
Y *float64 `json:"y,omitempty"`
Z *float64 `json:"z,omitempty"`
AvatarSrc *string `json:"avatarSrc,omitempty"`
AvatarType *string `json:"avatarType,omitempty"`
Muted *bool `json:"muted,omitempty"`
LeftHandPose *int64 `json:"left_hand_pose,omitempty"`
RightHandPose *int64 `json:"right_hand_pose,omitempty"`
}
type ComponentValue struct {
Bool *bool
ComponentClass *ComponentClass
}
但现在我得到:
最佳答案
好的,所以我厌倦了没有帮助和清晰的文档,只是做了 brutebruce 方法并使用了对数组和映射的调用,然后比较字符串以获得我需要的东西。
var leerCHAT []interface{}
for {
//line, message, err := ws.ReadMessage()
err := ws.ReadJSON(&leerCHAT)
if err != nil {
log.Printf("Error read: %s", err)
break
}
log.Printf("Message received: %v", leerCHAT[2])
if leerCHAT[3] == "message" {
//var cookie string
cookie := leerCHAT[4].(map[string]interface{})
log.Printf("el chat dice: %s", cookie["body"].(string))
chatMSG := cookie["body"].(string)
go MatrixSay(matrixClient, chatMSG, matrixChannel)
}
}
我在另一个问题的帮助下改变了这一点,我遇到了另一个问题,但最终重构了整个事情。
关于go websockets with gorilla libs - 未知的 json 响应,所以无法映射它,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62630620/
假设浏览器被强制终止,并且没有关闭消息发送到 Tornado 服务器。 Tornado 怎么知道(或者它甚至知道?)这个连接已经在客户端终止了?翻看Tornado websocket code这对我来
我目前正在开发一款使用 WebSockets 的基于浏览器的多人游戏。我的首要任务是低延迟以及与各种平台和网络设置的兼容性。 但是我正在做密码验证。我还有聊天功能,我认为玩家的隐私很重要。因此,我认为
我必须设计一个解决方案,允许通过远程托管的网络应用程序读取本地传感器生成的实时数据。 设计仍在进行中:传感器的数据可以由安装在客户端计算机上的 Windows 应用程序/服务处理,或者由位于客户端计算
WebSocket的端口是什么? WebSocket 使用什么协议(protocol)? 当防火墙阻止除 80 和 443 端口之外的所有端口时,WebSocket 是否工作? 最佳答案 What i
有一个 fantastic answer其中详细介绍了 REST apis 的工作原理。 websockets 如何以类似的细节工作? 最佳答案 Websocket 创建并代表了服务器和客户端之间双向
请原谅我的无知,因为我在负载均衡器和 websockets 方面的经验有限。我试图了解客户端如何通过 websockets 连接到位于负载均衡器后面的服务器集群。 我对负载均衡器的理解是它们就像反向代
我正在尝试使用 websocket 发送音频消息,我应该将音频流更改为什么类型的消息,以便我可以使用套接字发送? 如果我直接使用 websocket.send(audio),我会得到一个错误“DOME
我对 WebSockets 的前景感到非常兴奋。由于我在过去构建了一些基于桌面套接字的游戏和 Web 游戏,因此我热衷于将这两种方法结合起来构建基于 Web 的多人游戏,而无需长时间轮询。 自从 Fi
我读过很多关于实时推送通知的文章。并且简历是 websocket 通常是首选技术,只要您不关心 100% 的浏览器兼容性。然而,one article指出 Long polling - potenti
我很难找到文档或教程,以便通过网络套接字发送文件。 这是我的JS: ['dragleave', 'drop'].forEach(event_name => document.addEventListe
我正在使用 Dart 的 WebSocket 类(dart:io 和 dart:html 版本)连接到 Dart WebSocket 服务器。当我让客户端使用自定义关闭代码和原因关闭 Web 套接字连
谷歌浏览器框架是否支持 websocket? 最佳答案 答案是肯定的,Chrome Frame supports websockets .我不确定,但这也可能取决于您安装的 Chrome 版本。我有
是否可以在同一应用程序(同一端口)中托管一个普通 Bottle 应用程序和一个 WebSocket 应用程序(例如: https://github.com/defnull/bottle/blob/ma
我有一个支持网络套接字的服务器。浏览器连接到我的网站,每个浏览器都会打开一个到 www.mydomain.example 的 Web 套接字。这样,我的社交网络应用程序就可以向客户端推送消息。 传统上
我是 Websockets 新手。在阅读有关 websockets 的内容时,我无法找到一些疑问的答案。我希望有人能澄清一下。 websocket 是否仅将数据广播到所有连接的客户端而不是发送到特定客
客户端可以通过 websockets 连接到服务器多长时间?是否有时间限制,它们是否有可能连在一起多年? 最佳答案 理论上,WebSocket 连接可以永远持续下去。假设端点保持正常运行,长期存在的
我正在尝试使用 websockets 制作自己的聊天客户端,并认为我会从 Tomcat 7 websocket chat example code. 开始。 .我已经成功编译并部署了ChatAnnot
我有一个使用 AdSense 的应用程序,据我所知,由于 AdSense 政策,不允许进行轮询。我想知道如果我使用 WebSockets 并且服务器在创建新数据时向客户端发送新数据并且在客户端上显示新
在 servlet 世界中,我会使用 cookie 和 HttpSession 之类的东西来识别谁在访问我的 Restful 服务以将请求路由到正确的数据。将 Sec-WebSocket-Key 用作
我必须使用 websocket 实现一个聊天应用程序,用户将通过群组聊天,可以有数千个群组,并且一个用户可以在多个群组中。我正在考虑两种解决方案: [1] 对于每个群聊,我创建一个 websocket
我是一名优秀的程序员,十分优秀!