meteor-presence icon indicating copy to clipboard operation
meteor-presence copied to clipboard

Remove heartbeat?

Open dburles opened this issue 11 years ago • 5 comments

Hopefully it can be removed once https://github.com/meteor/meteor/issues/1769 gets through.

dburles avatar Feb 01 '14 00:02 dburles

The heartbeat will most likely have to remain as the DDP heartbeat duration is too long to be suitable

dburles avatar Jul 28 '14 02:07 dburles

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.

snshn avatar Dec 10 '14 23:12 snshn

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.

dburles avatar Dec 11 '14 01:12 dburles

Good job.

snshn avatar Dec 11 '14 17:12 snshn

See here for Presence with heartbeat: https://github.com/3stack-software/meteor-presence

JorritPosthuma avatar Mar 31 '15 21:03 JorritPosthuma