v-ko / real-time-tab-sync

A Chrome extension to automatically synchronize your tabs across devices and sessions.
GNU General Public License v2.0
91 stars 10 forks source link

Synchronization timing #5

Open cableghost opened 7 years ago

cableghost commented 7 years ago

With regards to..."Note that synchronization occurs only when all tabs have completed loading"...I use an extension called FooTab that delays opening of all tabs when starting Chrome. This is helpful for numerous reasons, though it seems to affect the use then of real-time-tab-sync. Is there anyway to create a workaround option? To me, if form-related tabs is the issue...one could simply press the back button to get to the generic form page.

v-ko commented 7 years ago

The main problem is with the numerous pages that have redirects and when a redirect get synchronized it can cause an infinite loop of syncs between two computers. The extension waits on a few other conditions on startup in order not to mess up, and that may be causing the conflict with FooTab. Have you tried turning RTTS off and back on after Chrome had started up ?