Jake-Moore / SyncEngine

A data storage and synchronization library for Spigot plugins.
1 stars 0 forks source link

ProfileHandshakeService - Rework to use Bulk Handshake Packet #6

Closed Jake-Moore closed 1 hour ago

Jake-Moore commented 2 hours ago

ServerService no longer maps servers to database names. It only tracks which servers are on the same sync engine group. As such, our handshake should be reworked:

Jake-Moore commented 1 hour ago

Not planned, we need to maintain individual profile fetching capability in SyncProfileLoader. There is also nothing inherently wrong with the current system, it is compatible with ServerService's rework (described above). This is tabled for now until a future time when it is necessary.