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