-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
embed: support websocket for bi-directional streams #8257
Conversation
2bf4f78
to
9e62a19
Compare
can we split vendor and code change into two commits? |
9e62a19
to
2369821
Compare
@xiang90 Done :) |
can you change the commit message of second commit? or it wont pass CI |
2369821
to
df411e6
Compare
Sure. Let me know if |
lgtm |
@yudai sorry, one last thing, can you run https://github.com/coreos/etcd/blob/master/scripts/updatebom.sh to update the vendor license file? thank you! |
Also last commit should be something like |
df411e6
to
45ac1ed
Compare
ok, done :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm /cc @xiang90
@yudai hm... the windows build is broken. cannot merge. can you help to fix that? see travis ci result. |
@xiang90 May I update |
sure. |
Updating golang.org/x/net as well so that a new dependency github.com/sirupsen/logrus can be compiled on Windows environments.
45ac1ed
to
0cdf5b2
Compare
Updated. Hope this run passes. |
As far as I understand, this change allows to use watchers over websocket, right ? Where I can read documentation ? |
For #8237
Support bi-directional streams such as
Watch()
by using websocket.Let me know if I need to add tests for this change, since I couldn't find a right place to add them.