feat(net): handle connection removal in WowConnectionNet

This commit is contained in:
fallenoak 2023-02-18 17:16:41 -06:00 committed by GitHub
parent 84a4ead425
commit 0ca1c8e331
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 1 deletions

View file

@ -42,6 +42,7 @@ class WowConnectionNet {
void PlatformAdd(WowConnection* connection);
void PlatformChangeState(WowConnection* connection, WOW_CONN_STATE state);
void PlatformInit(bool useEngine);
void PlatformRemove(WowConnection* connection);
void PlatformRun();
void PlatformWorkerReady();
void Remove(WowConnection* connection);