lbryio / lbry.go

MIT License
29 stars 20 forks source link

deprecate sync_server dependency #36

Closed nikooo777 closed 6 years ago

nikooo777 commented 6 years ago

Currently, lbry.go checks the sync_server field in order to understand if a given channel can be synced or not (only one server can sync a channel).

By solving this issue both in lbry.go and internal-apis we will be able to update a channel that was previously synced on a different server.

For this to work we need to ensure that two servers can't ever be syncing the same channel at the same time.