StreamIdSupplier returns 1,3,5... or 2,4,6...#213
Conversation
|
@yschimke I replied with my thoughts on issue #212 I think semantically we should stick to Also, I think this class should be pkg-private and |
NiteshKant
left a comment
There was a problem hiding this comment.
Thanks @yschimke ! I will pull this in once you address my comments.
|
So I don't think I should fully revert the isValid changes, since I still think its flipped logically. For an unknown stream id, I still think you only want to log when the stream id is negative or greater than the last issued. Also the class is used outside the package so I can't make the other change without refactoring. |
Duh, I didn't notice the outside package usages, sorry about that. Thanks @yschimke ! |
Solve SETUP_ERROR confusion: rsocket/rsocket#191 Exactly specify what error codes are applicable any time an ERROR frame is referenced.
No description provided.