0

i see latency issue - when i send a timelineitem from my glassware app, it takes a long time to appear on glass device. I see the item in developer playground (https://developers.google.com/glass/playground) Is it isolated issue on my WiFi (unlikely)? or some optimization done at Mirror server which queues timelineitems and sending in a specific interval to glass device?

Thanks

4

2 回答 2

0

在做了更多调查之后(在我的情况下,我已经在企业网络内设置了专用网络),我发现某些端口被防火墙设置阻止了来自外部网络的传入流量,因此玻璃设备没有收到来自镜像的通知服务器。可能使用 Channel API 或 XMPP 来接收从 Mirror 服务器到 Glass 的通知消息。这些端口可能已被我的防火墙设置阻止。我运行了wireshark,仍然不清楚接收通知时使用了哪个协议或端口。玻璃设备也有可能通过轮询特定时间间隔或其他情况(更改 WIFI 网络等)从镜像服务器获取(HTTP GET)新的可用卡。我打电话给 Glass 帮助,我无法得到任何反馈。

这是一个已知问题: https ://code.google.com/p/google-glass-api/issues/detail?id=185

于 2013-07-16T21:09:06.267 回答
-1

问题已通过更新到 XE10 得到修复。

于 2013-10-22T05:21:35.997 回答