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

ProgressCallback release?! #157

Closed
rezakho opened this issue Nov 19, 2020 · 15 comments
Closed

ProgressCallback release?! #157

rezakho opened this issue Nov 19, 2020 · 15 comments
Labels
discussion 🔥 Discussions about this asset help wanted

Comments

@rezakho
Copy link

rezakho commented Nov 19, 2020

There is no ProgressCallback handler in v2.6.1.

@jdnichollsc
Copy link
Member

Oh Sorry for the delay, let me generate a new release for this, I was on PTO :)

@shahriarenayaty
Copy link

please generate new release as soon as possible

@jdnichollsc
Copy link
Member

Hello folks, I'm taking vacations during this week, stay tuned 🙂

@DrzwiPercepcji
Copy link

@jdnichollsc, please take a moment to make a new release. I think a lot of people are waiting for new features added recently, which they have no way of using at the moment. :)

@MJantowski3DQR
Copy link

Am I correct that no progress update is currently working?

I have tried:
RestClient.Post(requestHelper).Progress(Progress).Then(OnResolved, OnRejected);
RestClient.Post(requestHelper).Then(OnResolved, OnRejected, Progress);
RestClient.Post(requestHelper).Progress(Progress).Then(OnResolved, OnRejected, Progress);

But with all variants I don't get any output ..: /

thanks

@Ahmed310
Copy link

Ahmed310 commented Sep 1, 2021

Same @MJantowski3DQR

And there is no ProgressCallback field in RequestHelper as mentioned in documentation

RestClient.Get(new RequestHelper {
Uri = "https://jsonplaceholder.typicode.com/users",
ProgressCallback = percent => Debug.Log(percent)
});

any update on that

@jdnichollsc
Copy link
Member

Hello folks, my personal computer stopped working and I have not been working with Unity, I will try to publish it as soon as possible, sorry for the delay 🙏

@Xbathy
Copy link

Xbathy commented Oct 14, 2021

Has the new realse ready?

@MJantowski3DQR
Copy link

its dead :(
i build a version for my own.

@jdnichollsc
Copy link
Member

I will publish this new version today, sorry for the delay... my mac dead :(

@jdnichollsc
Copy link
Member

Hello folks, can you help me reviewing these changes? #196

Thanks for your collaboration! <3

@jdnichollsc jdnichollsc added discussion 🔥 Discussions about this asset help wanted labels Dec 17, 2021
@jdnichollsc
Copy link
Member

Ok, the release 2.6.2 is here https://github.com/proyecto26/RestClient/releases/tag/v2.6.2

Happy new year! <3

@MJantowski3DQR
Copy link

Is it also possible to create the corresponding nuget package? Would be the cherry on the cake. Thank you very much!

@jdnichollsc
Copy link
Member

jdnichollsc commented Dec 28, 2021

@MJantowski3DQR oh let me do that with a GitHub action, I found an issue with the configuration of the current pipeline from Azure DevOps

@jdnichollsc
Copy link
Member

Done! We need to improve the current GitHub action workflow to update package versions and release description, maybe using semantic release too <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion 🔥 Discussions about this asset help wanted
Projects
None yet
Development

No branches or pull requests

7 participants