在 WPA 内使用 SignalR 进行通知时避免 SignalR 连接丢失

发布于 2025-01-16 11:01:04 字数 272 浏览 1 评论 0原文

我正在移动设备中使用 signalr 和 pwa 实现通知。当浏览器在移动设备中打开时,一切正常。同样在服务器端,我使用 asp.net mvc + Microsoft signalr。我可以在浏览器中保持连接,没有任何问题(重新连接...),但在 PWA 中这是另一个故事,因为我无法在 Service Worker 中使用 jQuery(由于其本质,没有可访问的 html DOM)。

有什么办法可以让信号员在 PWA 中保持活力吗?比如当浏览器关闭或暂时不活动时?我也试图避免 GCM 和 FCM。(公司政策)

I'm implementing notification with signalr and pwa in mobile device. Everything works well while browser is open in mobile device. Also in server side I'm using asp.net mvc + Microsoft signalr. I can keep connection alive inside Browser with no problem (reconnect...) , but in PWA that's another story , since I can't use jQuery inside service worker (due to its nature there is no html DOM accessible).

Is there any way that I can keep signalr alive with pwa? like when browser gets closed or goes inactive for a while? also I'm trying to avoid GCM and FCM.(corporation policy)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文