Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 GAE 中部署了 glassware starter 项目的 java 版本。一切正常。当我使用默认启动项目 UI 订阅时间线集合更改并发布文本更新时,不会调用 NotifyServlet。知道发生了什么吗?
您不会收到有关您对时间线所做更改的更新。
当您的用户通过与 Glass 的交互有机会访问时间线项目时,订阅对timeline集合的更新会触发通知。如果您通过 Mirror API 以编程方式进行更改,您将不会收到通知,因为它假定您已经知道。
timeline