This was an optimization that, when turned off, would make the websocket connection logic bypass testing the authorization token on reconnects. Since this is very much a corner case and made the already hairy connection logic even more complex, I think it's better to remove it.
This was an optimization that, when turned off, would make the websocket connection logic bypass testing the authorization token on reconnects. Since this is very much a corner case and made the already hairy connection logic even more complex, I think it's better to remove it.