Migration
Overview
What is Migration?
Overall Flow of the Migration Process
Client Response During Migration
void DiarkisTcp::OnOffline()
{
DiarkisTcpBase::OnOffline();
// Due to server scaling-in, the connected server will go offline.
// Invoke SendMigrate at an appropriate timing that matches the application's implementation to perform server migration.
this->SendMigrate();
}最終更新
役に立ちましたか?

