Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 72754f8

Browse files
author
Solomon Hykes
committed
Merge pull request #36 from shykes/pr_out_protocol_md_remove_redundant_text
2 parents 31b04b7 + 7679abe commit 72754f8

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

PROTOCOL.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ The Receiver can receive messages. Messages arrive in the same order they were s
3131
A channel is uni-directional: messages can only flow in one direction. So channels are more similar to pipes
3232
than to sockets.
3333

34-
### Session
35-
36-
A session is a reliable 2-way byte stream which is used
37-
3834
### Message
3935

4036
A message is a discrete packet of data which can be sent on a channel. Messages are structured into multiple
@@ -115,9 +111,6 @@ the frame.
115111
the decoding fails, the receiver MUST close the underlying stream, and future calls to `Receive` on that
116112
channel MUST return an error.
117113

118-
* If a valid msgpack message is included in the data frame, but the frame also includes garbage trailing or
119-
leading data, the frame should be handled just like an invalid encoding error.
120-
121114
* A valid msgpack decode operation with leftover trailing or leading data is considered an *invalid* msgpack
122115
decode operation, and MUST yield the corresponding error.
123116

0 commit comments

Comments
 (0)