7

Amazing project I love working for and we're are the cusp of pushing out a big new update.
Suddenly Safari starts closing our SignalR web sockets the moment the page loads, and only Safari does it.
And our client has a hard on for Apple.
So it's considered a blocking change, even though Safari is only used by the client and none of our end users.

Comments
  • 0
    Finally fixed it!
    Apparently my for(p in array) was also including the length property in Safari, even with array.hasOwnProperty (p)...
Add Comment