Reconnect to a running or recently-finished command.
Resumes output from the given byte offsets. Any output produced while the client was disconnected is replayed from the server's ring buffer.
reconnect(
self,
command_id: str,
*,
stdout_offset: int = 0,
stderr_offset: int = 0,
headers: RequestHeaders = None
) -> AsyncCommandHandle