Aaron
Aaron
Added `noReady: true` option to options variable allowing optional ready state to allow for in-publish aggregation similar to `tmeasday:publish-counts`. Example use: eCommerce store listing products, aggregation to get distinct `brand`...
enabled two methods depending on environment settings inside `process.env.*`. ``` #export PRESENCE_DONT_CLEAR=true export PRESENCE_INSTANCE='testing-server-001' ``` - `PRESENCE_DONT_CLEAR` - will just not clear the `Presence` collection, need to manually process it...
When there is more than one server serving the website when scaled horizontally, the Presence collection is cleared on each server startup which is destroying the online user list of...