Chrome hangs after certain amount of data transfered - waiting for available socket

前端 未结 6 2084
抹茶落季
抹茶落季 2020-11-28 19:41

I\'ve got a browser game and I have recently started adding audio to the game.

Chrome does not load the whole page and gets stuck at \"91 requests | 8.1 MB tr

6条回答
  •  南方客
    南方客 (楼主)
    2020-11-28 20:33

    simple and correct solution is put off preload your audio and video file from setting and recheck your page your problem of waiting for available socket will resolved ...

    if you use jplayer then replace preload:"metadata" to preload:"none" from jplayer JS file ...

    preload:"metadata" is the default value which play your audio/video file on page load thats why google chrome showing "waiting for available socket" error

提交回复
热议问题