You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that even with latest Karma versions (like 0.12.31) BrowserStack is disconnecting when running browsers on OS X. With Firefox/Chrome it's easy enough to switch to Windows, not so much with Safari.
After e-mail exchanges with the BrowserStack team it turned out the old socket.io version is the culprit. I see @vojtajina already has a WIP branch with newer socket.io version but I didn't see any issue to track these BrowserStack issues so I'm creating this one.
BTW, I can't run this WIP branch in my project as we rely on Node 0.11.14 and the version from the branch doesn't have fixes making it work in this Node versions (those fixes are included in newest released Karma versions).
I've checked locally and I confirm that Karma version from the branch seems to fix those BrowserStack issues when run from Node 0.10.
The text was updated successfully, but these errors were encountered:
@Grummle, I already working with @vojtajina to fix the issue and upgrade the socket.io version in karma. Apart from the socket.io branch in Vojta's fork we have:
PR: #1257
Issue: #1220
I've noticed that even with latest Karma versions (like 0.12.31) BrowserStack is disconnecting when running browsers on OS X. With Firefox/Chrome it's easy enough to switch to Windows, not so much with Safari.
After e-mail exchanges with the BrowserStack team it turned out the old socket.io version is the culprit. I see @vojtajina already has a WIP branch with newer socket.io version but I didn't see any issue to track these BrowserStack issues so I'm creating this one.
BTW, I can't run this WIP branch in my project as we rely on Node 0.11.14 and the version from the branch doesn't have fixes making it work in this Node versions (those fixes are included in newest released Karma versions).
I've checked locally and I confirm that Karma version from the branch seems to fix those BrowserStack issues when run from Node 0.10.
The text was updated successfully, but these errors were encountered: