Skip to content

Commit b40bbe0

Browse files
committed
Merge pull request rsocket#42 from ReactiveSocket/REQUEST_CHANNEL
REQUEST_CHANNEL Type
2 parents 64bbde5 + 3042703 commit b40bbe0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Protocol.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,12 @@ A stream ID must be locally unique for a Requester in a connection.
108108
| __REQUEST_FNF__ | 0x0012 | __Fire And Forget__: |
109109
| __REQUEST_STREAM__ | 0x0013 | __Request Stream__: |
110110
| __REQUEST_SUB__ | 0x0014 | __Request Subscription__: |
111-
| __REQUEST_N__ | 0x0015 | __Request N__: Request N more items |
112-
| __CANCEL__ | 0x0016 | __Cancel Request__: |
113-
| __RESPONSE__ | 0x0020 | __Response__: Response to a request. |
114-
| __ERROR__ | 0x0021 | __Error__: Response that is an error. |
115-
| __METADATA_PUSH__ | 0x0031 | __Metadata__: Asynchronous Metadata frame |
111+
| __REQUEST_CHANNEL__ | 0x0015 | __Request Channel__: |
112+
| __REQUEST_N__ | 0x0020 | __Request N__: Request N more items |
113+
| __CANCEL__ | 0x0021 | __Cancel Request__: |
114+
| __RESPONSE__ | 0x0030 | __Response__: Response to a request. |
115+
| __ERROR__ | 0x0031 | __Error__: Response that is an error. |
116+
| __METADATA_PUSH__ | 0x0041 | __Metadata__: Asynchronous Metadata frame |
116117
| __EXT__ | 0xFFFF | __Extension Header__: Used To Extend More Options As Well As Extensions. |
117118

118119
__NOTE__: In general Requesters send types 0x0010 to 0x001F and Responders send types 0x0020 to 0x002F. Types 0x0001 to 0x000F

0 commit comments

Comments
 (0)