Gabriel Engel
Gabriel Engel
Review https://slack.engineering/introducing-electron-to-the-windows-runtime-4fa789b93d90#.66n7pjt5i
https://github.com/felixrieseberg/electron-windows-store
Just a sneak peek of what we are working on:   
I am planning to improve the current user presence packages to work properly with multiple meteor app instances. The first issue I need to resolve is that I need to...
I don't think this is 100% reliable... at least for our use case, a Web Chat App, the same user may be connected on the desktop and on the mobile...
Thats exactly what I am doing, but instead of the "hostname" I am keeping a InstanceID, as we have 1 meteor instance per CPU on each host. So I need...
This is just the package to track the servers: https://github.com/Konecty/meteor-multiple-instances-status Next we will adapt the user status package to use this information
Hi all, with the following goals - Supporting presence in projects with multiple instances. - Handle server crash/restart gracefully. - Allow user to set its preferred status: Online, Away, Busy,...
We are doing the heartbeats only on the "instance" level.. so it is pretty harmless. I can't think of any other way of being 100% sure that an instance is...
@renatobecker do you think this PR is still relevant? Should we apply this to https://github.com/RocketChat/developer-docs/tree/master/guides/bots-guides ?