xbrowsersync / api

Server-side REST API that serves requests from xBrowserSync client apps
GNU General Public License v3.0
796 stars 83 forks source link

How to trigger a sync client side for testing #28

Closed ours-code closed 5 years ago

ours-code commented 5 years ago

Hello,

Thank you for your work on that project. I am running a private API and using the latest released client (FF and chrome). To test the sync between my two browser I am searching for a way to trigger a sync (I mean by that fetching new changes) from browser B when I make a change in browser A. Is there a way to trigger the fetching from the add-ons ? A refresh rate to configure somewhere ?

Thank you!

nero120 commented 5 years ago

Hi @ours-code, sorry for the delay in responding. There is a beta currently available which includes the ability to trigger an update manually when available.

Alternatively in the current version (v1.4.0), you'd need to wait up to 15 minutes for the sync to be updated automatically, or manually disable the sync, then re-sync to pick up the changes.