MicrosoftDX / Vorlonjs

A new, open source, extensible, platform-agnostic tool for remotely debugging and testing your JavaScript. Powered by node.js and socket.io
http://www.vorlonjs.com
Other
2.92k stars 259 forks source link

Waiting for socket.io to load... #435

Open estruyf opened 6 years ago

estruyf commented 6 years ago

I did the deploy to Azure, and when I add the script reference to my page, I get the error to load socket.io.

I have added the includesocketIO: true to the Server/config.json file, but this didn't help. Same thing happens when I set it to false.

Also tested it out on my local machine, and the same thing happens. Do you have any idea how this can be fixed?

BuGlessRB commented 6 years ago

That might be because vorlon out-of-the-box does not play well in an environment with an AMD loader. I've fixed it in my git. I'll try and send in a pull request.