Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make TransferRequest timeouts editable with reflection #275

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kblasinski
Copy link

I am a Relativity engineer, we are using Data Movement library to transfer huge portions of data. We experience failures for slower networks and bigger files. We were able to solve this by overriding those timeouts with reflection, unfortunately this doesn't work on .net core as those properties are marked 'readonly'. Alternatively I could make this properly and expose those parameters to client, although for our usecase this is sufficient.

I am a Relativity engineer, we are using Data Movement library to transfer huge portions of data. We experience failures for slower networks and bigger files. We were able to solve this by overriding those timeouts with reflection, unfortunately this doesn't work on .net core as those properties are marked 'readonly'. Alternatively I could make this properly and expose those parameters to client, although for our usecase this is sufficient.
@amishra-dev amishra-dev requested a review from amnguye June 22, 2021 20:08
@kblasinski
Copy link
Author

@amnguye can you take a look at this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant