should allow reconnect on serverside disconnection
This commit is contained in:
@@ -96,6 +96,7 @@ bool ClientModule::onEvent(const Archimedes::Event& event) {
|
|||||||
// OnDisconnect
|
// OnDisconnect
|
||||||
interface->CloseConnection( e.info->m_hConn, 0, nullptr, false );
|
interface->CloseConnection( e.info->m_hConn, 0, nullptr, false );
|
||||||
connection = k_HSteamNetConnection_Invalid;
|
connection = k_HSteamNetConnection_Invalid;
|
||||||
|
stopClient();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user