mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +00:00
Do no double-process the CDSI response.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user