Apparent blocking behaviour in JavaScript websocket on mobile Safari

前端 未结 1 1090
栀梦
栀梦 2021-01-12 20:39

I\'ve run into a real head-scratcher, and I was hoping someone out there could shed some light on my issue.

The application I\'m writing is a JS based client for wh

相关标签:
1条回答
  • 2021-01-12 21:35

    Depending on the size of the packets, you could face the problem of 'large' messages, being extremely slow on Safari (both on iPad and desktop). Have you tried desktop Safari?

    Have a look at this page, to see comparisons of performance between different browsers.

    It could be that this is your problem.

    0 讨论(0)
提交回复
热议问题