Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Transport Refactor #60867
Transport Refactor #60867
Changes from 45 commits
316391c
f9ff5f7
254d201
f4efcb8
caf9433
b58dc00
aad01dd
aeda673
7bc8986
8cdfb57
b6b8c21
e15e2b0
7ef402d
870616f
3fc2723
427f163
efb8e79
38f6403
f89c116
c662f6b
10a31ec
d10b200
bcdccee
a6859a9
2d47356
43a780c
75fde9d
f00518e
999d821
f293bbc
431bd45
79380d2
6cbd898
b4931e4
044bac7
03e0151
866ee9e
610db71
077681c
13cca4d
d5c0723
a730edb
73be1ee
9c6db3f
485ca2f
6453c9e
299b2bb
a41616f
c2c14da
c91899e
03a4d7f
f856b5f
fae15bf
f5c25b4
295e5c2
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
question is this actually a dict element like
"message_id"
? Is that an implementation detail or actually part of the protocol. If it's a required part of the protocol we should be explicit about its spelling,... we send messages with a
message_idkey. This
message_id` allows us to multiplex messages across the socket.