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

Fixes in HttpScheduler.AsyncRequest #518

Merged
merged 2 commits into from Nov 8, 2019
Merged

Conversation

amihaiemil
Copy link
Contributor

Fixes #517

Changes:

  • Removed unused withCreadentials parameter from HttpScheduler.AsyncRequest's constructor
  • Make HttpScheduler.AsyncRequest implement Runnable so we are sure all of its children do it.

Copy link
Member

@paddybyers paddybyers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks

@amihaiemil
Copy link
Contributor Author

@paddybyers can you merge it? I don't have rights to do it. Or do you have a process I'm not aware of? :D

@paddybyers paddybyers merged commit 47355c9 into ably:develop Nov 8, 2019
@paddybyers
Copy link
Member

@amihaiemil BTW For the future please I would prefer that we have branch names that aren't just a number. At least issue-<xxx> or issue-<xxx>-remove-withcredentials.

@amihaiemil amihaiemil deleted the 517 branch November 8, 2019 08:42
@amihaiemil
Copy link
Contributor Author

@paddybyers got it :)

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

Successfully merging this pull request may close these issues.

HttpScheduler.AsyncRequest<T> Ignores withCredentials Parameter
2 participants