TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

PSA: Safai WebSocket implementation broken in 10.1 update

3 点作者 adamduren大约 8 年前

1 comment

adamduren大约 8 年前
We have a project that relies on sending large amounts of data via WebSockets and Safari is our primary supported browser. A recent update has broken Safari&#x27;s WebSocket implementation and from what we can tell there&#x27;s no immediate workaround.<p>Our first attempt was to write code check the `bufferedAmount` property to manage how much data is sent to Safari but it is always reporting 0 as of this recent release. I&#x27;m hoping this will catch someone in on the Webkit team or that someone on HN will have an alternative idea for a workaround in the meantime.