Gabriel Engel

Results 30 comments of 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: ![image](https://user-images.githubusercontent.com/1000217/81321200-a9eb7380-9068-11ea-9c5d-d930441ce28b.png) ![image](https://user-images.githubusercontent.com/1000217/81321252-bb348000-9068-11ea-81cd-7619d74b7fdb.png) ![image](https://user-images.githubusercontent.com/1000217/81321323-d0a9aa00-9068-11ea-96d3-f04d43c7229d.png)

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 ?