-
Notifications
You must be signed in to change notification settings - Fork 776
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
Add streaming methods to PromiseClient #301
Add streaming methods to PromiseClient #301
Conversation
af80f65
to
656f408
Compare
Sorry, there seems to be some problem of the test suite reporting back the test result, but the tests suite did failed. Here are the relevant error logs:
|
Yeah. I modified my commit fixing that. |
Not sure if that error is related to my PR since I haven't added any Set or done anything with Sets. |
The only Set usage I can find in the code base comes from |
Found this: DefinitelyTyped/DefinitelyTyped#29172 |
Looks like something recently changed. Probably I should add that Thanks for the contribution! |
The |
#302 is merged, please try rebasing this PR, thanks! |
656f408
to
02cfe33
Compare
Rebased! |
I am not sure if this works. If I try to use a streaming method on a promise client, I get:
I think |
And also |
You are right! I'll submit a fix. |
Already done in #308. |
Closes #300