Evan Francis
Evan Francis
done in pr #17
@Akryum anything else you need to get this merged?
@Akryum
@Akryum can you please merge this and publish a release?
@Akryum that's strange, it's right from the [official docs](https://docs.meteor.com/api/tracker.html) and works for me
@mitar It's an npm package but it will only ever be used in the context of a Meteor application so the `meteor/` imports should always be accessible, no? I've been...
I'm not sure of how the meteor build system differs between its treatment of npm packages and atmosphere packages This is what I'm using in my package.json right now ```json...
It's true that an npm package can't declare a dependency on a Meteor package at a package-level, so this package is in a bit of a strange state because it...
+1 something like this would be great, and easy to implement ```js import { SmartDisconnect } from 'meteor/mixmax:smart-disconnect' SmartDisconnect.on('disconnect', () => { alert('You have been disconnected because you weren\'t viewing...
https://github.com/mixmaxhq/meteor-smart-disconnect/blob/6996df5f6fb7a2dca4f7e458a2692fc88b0fe9d7/disconnect-when-backgrounded.js#L24 it looks like it should reconnect