mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-15 20:32:28 +00:00
feat(net): add message buffer fields to WowConnection
This commit is contained in:
parent
023a3ea893
commit
75982f4091
2 changed files with 9 additions and 0 deletions
|
|
@ -462,6 +462,12 @@ void WowConnection::Init(WowConnectionResponse* response, void (*func)(void)) {
|
|||
|
||||
// TODO
|
||||
|
||||
this->m_readBuffer = nullptr;
|
||||
this->m_readBytes = 0;
|
||||
this->m_readBufferSize = 0;
|
||||
|
||||
// TODO
|
||||
|
||||
this->SetState(WOWC_INITIALIZED);
|
||||
this->m_type = WOWC_TYPE_MESSAGES;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue