Instead of dispatching a call from Socket, we should use the unified mechanism owned by KeyserverConnectionHandler. This way, we can avoid multiple simultaneous recoveries being dispatched at once.
It's okay to remove the SET_NEW_SESSION call here because KeyserverConnectionHandler handles dispatching this in the case where the keyserver session recovery fails.
Depends on D11214