Closed fdidron closed 10 years ago
My bad, wrong coding from my side, it works :)
Haha, no worries!
Hi Kevin,
I have one question though, I let my node app online for 4 days now and it seems the subscription stream didn't disconnect / break which is great. Is the subscription persistent ? Is it possible to listen to an event when it disconnects (transport:down) ?
Kind regards,
Florian
On Mon, Mar 3, 2014 at 6:06 AM, kevinohara80 notifications@github.comwrote:
Haha, no worries!
Reply to this email directly or view it on GitHubhttps://github.com/kevinohara80/nforce/issues/48#issuecomment-36466831 .
@111studio Sorry, just saw this. You might want to look through the Faye library. That's what nforce uses for the streaming. The returned stream object probably emits many more events and I bet you can find them in the Faye docs.
Hi Kevin,
First let me thank you for the great wrapper, It works very well and it's very straightforward to use. I've been trying to connect to two different PushTopics in my app, but it seems I am getting only message from the last topic I connected. Any way to make this working ?
Thanks !
Here is my implementation