Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add namespace and fix IE9 location.origin bug #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

z-vr
Copy link

@z-vr z-vr commented Jun 29, 2016

  • Polling has to go first to work (manually tested on IE9)
  • window.origin is not available in IE9 which makes communication impossible (Doesn't seem to work with IE9 #6)
  • Use /karma-server-side namespace

@refractalize
Copy link
Member

@z-vr looks like I completely missed this pull request. I'll check this out ASAP. Sorry!

@z-vr
Copy link
Author

z-vr commented Oct 3, 2016

@refractalize Hi, that's ok. We've been using this fork master...z-vr:master -- one of the important features is runPromise which will a return a promise once it is actually created on the server as well as using Karma's native websocket lib.

@@ -9,13 +9,13 @@ function messageId() {
return Date.now() + ':' + messageIndex++;
}

var socket = io(location.host, {
var socket = io('/karma-server-side', {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi - just merging this now. what was the purpose of changing the namespace?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants