meteor-presence
meteor-presence copied to clipboard
Remove heartbeat?
Hopefully it can be removed once https://github.com/meteor/meteor/issues/1769 gets through.
The heartbeat will most likely have to remain as the DDP heartbeat duration is too long to be suitable
As far as I understand it's been fixed now. My counter gets updated with no delay on the client when I open/close new tabs. Please check to see if I'm right.
Thanks.
Right so the underlying thing though is that the timeout internal to Meteor is much longer than our heartbeat, which isn't really ideal for the type of use this package is intended for.
Good job.
See here for Presence with heartbeat: https://github.com/3stack-software/meteor-presence