Closed vinamogit closed 1 year ago
https://github.com/elucidsoft/dotnet-stellar-sdk/blob/5ff3242c8be03c7c679ec125c6ac9544e6e0e1bb/stellar-dotnet-sdk/requests/ResponseHandler.cs#L17
The Retry-After header is not guaranteed to be sent by the horizon instance, this leads to an unexpected exception in Java implementation, reporting on dotnet for verification.
See stellar/java-stellar-sdk#433
I would guess this needs to be changed to FirstOrDefault if that is the case to prevent the exception.
@elucidsoft can you do that please?
Yes, will get a commit for this shortly.
https://github.com/elucidsoft/dotnet-stellar-sdk/blob/5ff3242c8be03c7c679ec125c6ac9544e6e0e1bb/stellar-dotnet-sdk/requests/ResponseHandler.cs#L17
The Retry-After header is not guaranteed to be sent by the horizon instance, this leads to an unexpected exception in Java implementation, reporting on dotnet for verification.
See stellar/java-stellar-sdk#433