Hello,
I would like to make a fault-tolerant bungeecord as follow :
bungee01 <-
| <- fail-over <- clients
bungee02 <-
Where bungeeN is a bungeecord instance.
Then, if bungee01 goes down, the fail-over will detect its TCP session to bungee01 is timing out and forward clients on the backup proxy (bungee02).
The problem is clients where connected on bungee01 have to re-etablish a minecraft session on bungee02.
Is there a way to share minecraft sessions among multiple...
Shared sessions ?
I would like to make a fault-tolerant bungeecord as follow :
bungee01 <-
| <- fail-over <- clients
bungee02 <-
Where bungeeN is a bungeecord instance.
Then, if bungee01 goes down, the fail-over will detect its TCP session to bungee01 is timing out and forward clients on the backup proxy (bungee02).
The problem is clients where connected on bungee01 have to re-etablish a minecraft session on bungee02.
Is there a way to share minecraft sessions among multiple...
Shared sessions ?