AlbuquerqueApache
unread,Feb 2, 2012, 2:43:08 PM2/2/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meteorserver
Ok, so I have set up the Daemon an I run it in debug mode. I have set
it to run on port 80 on it's own server. I can pull the meteor.js
script from the server and I can see the Daemon respond when I
connect. I can even upload data into a "demo" channel, but I can't
seem to pull it back.
The Daemon logs it as "Subscriber for x.x.x.x" amd then "will close
connection when buffer is empty" and the next connection is a closure.
It seems like there is nothing in the channel despite it being clear
as day in my client side javascript
meteor.joinChannel("demo", 100);
I don't see the daemon responding with a connection on that channel.
BUT I can when I use a PHP script to load data to the controller port.
The Daemon will say something like:
"New Controller on channel "demo""
is the daemon supposed to acknowledge a s subscriber's channel?
Also, my browser will refresh like it is receiving data, but nada.