Flotype / now

NowJS makes it easy to build real-time web apps using JavaScript
http://www.nowjs.com
MIT License
1.92k stars 175 forks source link

Can not read the property of 'ressource' undefined #206

Open DominicBoettger opened 11 years ago

DominicBoettger commented 11 years ago

When using a SSL nodejs Server I receive the error message

Can not read the property of 'ressource' undefined

In my Browser.

Any Ideas?

Best regards

Dominic

DominicBoettger commented 11 years ago

I found the cause of the issue but I am not sure if it should behave like that, We are running multiple server instances of express in our nodejs application.

I thought its possible to run now.js on multiple listening ports/sockets. But I think I was wrong. :-)

Is there any possibility to do that?