1
This commit is contained in:
parent
5df7e4bcc7
commit
81f3b0f0a3
@ -380,6 +380,10 @@ void App::DispatchSocketMsg(f8::MsgHdr* hdr)
|
||||
ProcessMasterServerMsg(hdr);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
{
|
||||
A8_ABORT();
|
||||
}
|
||||
break;
|
||||
}
|
||||
f8::App::Instance()->FreeSocketMsg(hdr);
|
||||
}
|
||||
|
2
third_party/f8
vendored
2
third_party/f8
vendored
@ -1 +1 @@
|
||||
Subproject commit 6af8079f602a067604571526de8e52c4eb014f3b
|
||||
Subproject commit f66a76d8b6496423b41101e165c445bf138017ef
|
Loading…
x
Reference in New Issue
Block a user