-
Notifications
You must be signed in to change notification settings - Fork 12
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
XOR performance will be degraded. #2
Comments
Can you post your version of Node and Chrome? Have you tried on another browser like Firefox? |
Node v0.10.12 And it returns the same error in Firefox. |
Thanks. I'll do some testing and report back. I'm pretty sure it has something to do with the web socket module. |
Hi, I found it works great in my Macbook + Chrome/Firefox. But not in Windows 7. |
It looks like the websocket module has some other dependencies for Windows... https://npmjs.org/package/websocket
|
Hi, I really love this plugin!
But after I cloned the sample code , I run
grunt gui
, I got two warning messages:When I clicked on the page , I got an error:
I checked in my chrome , and this is the console result:
Could you help me look this issue? Thanks a lot~
The text was updated successfully, but these errors were encountered: