diff --git a/connection_handler.py b/connection_handler.py index 940ab66..e98851c 100644 --- a/connection_handler.py +++ b/connection_handler.py @@ -132,6 +132,7 @@ class ConnectionHandler(object): "msg": "" } })) + await self._on_match_state_req(conn, None) return conn await conn.send(json.dumps({ "type": "reconnect_response",