## Allow Reconnection Allow the specified client to `reconnect` into the room. Must be used inside `onLeave()` method. **Signature** `this.allowReconnection (client, seconds)` client: the disconnecting [Client](https://docs.colyseus.io/server/room#client/) instance. ...
Allow Reconnection
Allow the specified client to
reconnectinto the room. Must be used insideonLeave()method.Signature
this.allowReconnection (client, seconds)client: the disconnecting Client instance. ...