mirror of
https://github.com/defold/extension-websocket.git
synced 2025-09-30 09:12:18 +02:00
always call lua callback when connection goes to STATE_DISCONNECTED (#28)
This commit is contained in:
committed by
GitHub
parent
f988413a74
commit
39abd7cdea
@@ -100,8 +100,7 @@ namespace dmWebsocket
|
||||
Result m_Status;
|
||||
uint8_t m_SSL:1;
|
||||
uint8_t m_HasHandshakeData:1;
|
||||
uint8_t m_WasConnected:1;
|
||||
uint8_t :6;
|
||||
uint8_t :7;
|
||||
};
|
||||
|
||||
// Set error message
|
||||
|
Reference in New Issue
Block a user