Adds gateway support including SingalR
This commit is contained in:
parent
c207c2c19f
commit
fde85a5f7c
13 changed files with 692 additions and 2 deletions
|
|
@ -384,6 +384,13 @@ public static class IncomingAccountPackets
|
|||
|
||||
GameServer.GameServerLoginEvent(e);
|
||||
|
||||
if (e.Deferred)
|
||||
{
|
||||
// Login is being handled asynchronously (e.g., gateway validation).
|
||||
// The handler that set Deferred is responsible for completing the login.
|
||||
return;
|
||||
}
|
||||
|
||||
if (e.Accepted)
|
||||
{
|
||||
state.CityInfo = e.CityInfo;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue