Weird, I think I found the issue. I changed line 1539 in /
socket.io/
socket.io.js :
- , script = document.createElement('SCRIPT');
+ , script = document.createElement('script');
When creating a script-Tag instead of a SCRIPT-Tag all works fine! I
am not sure if this is a bug or if I am doing something wrong - any
opinions?
> do something with XHTML vs HTML. When I savehttps://
gist.github.com/15fc854708f97cb9323e
> in test.html and test.xhtml and call them viahttp://localhost:4444/test.(html|xhtml),
> the file ending with xhtml doesn't alert the expected output. I won't
> be able to switch to HTML, so do you have any idea what could cause
> this issue?
>
> On 5 Aug., 20:34, Daniel Shaw <
ds...@dshaw.com> wrote:
>
>
>
>
>
>
>
> > Yeah, definitely not an issue. Check to make sure you're loading the
> > client-side libraries and double check your setup.
> > What doeshttp://localhost:8888/
socket.io/socket.io.jsreport?
>
> > Daniel Shaw
> > @dshaw
>
> > On Thu, Jul 28, 2011 at 9:08 AM, Kai <
schlichting....@googlemail.com> wrote:
> > > Hi!
>
> > > I am sure that my question has been answered several times, but I
> > > didn't find any valuable answers. I am running an application on
> > >http://localhost:4444andwant to connect to my
socket.io server