This commit is contained in:
azw 2023-11-27 03:10:39 +00:00
parent 5df7e4bcc7
commit 81f3b0f0a3
2 changed files with 6 additions and 2 deletions

View File

@ -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

@ -1 +1 @@
Subproject commit 6af8079f602a067604571526de8e52c4eb014f3b
Subproject commit f66a76d8b6496423b41101e165c445bf138017ef