-
Notifications
You must be signed in to change notification settings - Fork 2
Just work on one Atom window #7
Comments
The way it is implemented now is each Window has its own timer. Will have to look into making them consistent across all windows. Thanks for the suggestion :) |
+1 for syncing Break timer across windows. |
See #15 |
When a window starts it could look for a break server on port XYZ. If one is found the break servers time should be used. If none is found then it should start a break server on port XYZ. I think this would be near trivial to implement using node's socket library. |
Create a separate issue for networkable break syncing -- between coworkers in one office for instance? And then the windows are implemented in the same fashion, except automatically and over localhost. |
I created issue #16 for this. |
@MoOx @Frozenfire92 @ddaws @Glavin001 version 2.0.0 does now sync the break session across all open windows. This part of the package still needs a lot of improvement but is stable and working. I will improve this module in the next few minor release. |
I've several project opened & got this only on the first opened (I think).
Will it be hard to make it happen everywhere ?
The text was updated successfully, but these errors were encountered: