Do no double-process the CDSI response.

This commit is contained in:
Greyson Parrelli
2022-11-11 10:34:40 -05:00
parent 6f4de36c6f
commit ed2edc1ebb

View File

@@ -162,7 +162,7 @@ final class CdsiSocket {
throw new CdsiResourceExhaustedException(dataResponse.getRetryAfterSecs());
}
emitter.onNext(ClientResponse.parseFrom(client.establishedRecv(bytes.toByteArray())));
emitter.onNext(dataResponse);
break;
case CLOSED: