uber / tchannel

network multiplexing and framing protocol for RPC
MIT License
1.15k stars 129 forks source link

Clarify the term "message" #1395

Closed kriskowal closed 8 years ago

kriskowal commented 8 years ago

@ShanniLi observes that the Java implementation appears to confuse the terms Frame and Message. This amendment to the protocol document clarifies the distinction.

kriskowal commented 8 years ago

The Node.js implementation uses the term "operation" or "req/res" in place of "message". Python uses "message" properly.

r @mranney

ShanniLi commented 8 years ago

:+1:

mranney commented 8 years ago

I like this clarification.

Raynos commented 8 years ago

lgtm.