1. The auto-reconnection system is great, but sometimes I want to short-circuit the exponential back-off and attempt a reconnection right now (for example, if the user clicks "Reconnect now"). Is there a way to do this with my existing socket, or do I need to create a new one?2. Is there a way to set a maximum reconnection delay? I.e. "use exponential backoff, but never wait more than 3 mins between reconnection attempts"