Robert Roeser
Robert Roeser
RSocket spec supports Extension frames: https://github.com/rsocket/rsocket/blob/master/Protocol.md#frame-ext Add a way to handle extension frames
The Metadata frame for rsocket-rpc-java currently copies data when encoding it It's located here: https://github.com/rsocket/rsocket-rpc-java/blob/master/rsocket-rpc-core/src/main/java/io/rsocket/rpc/frames/Metadata.java#L25 Update the Metadata frame internally to use the TupleByteBuf found in rsocket-java 0.12
I would like to propose some changes to how leasing works in the specification. Currently leasing is defined as the number streams starting over a window of time. This makes...
I think we should include a minimum fragment size in the RSocket spec. It seems strange that the fragment size could be 1 byte - maybe there is reason I'm...
@benjchristensen @tmontgomery I think we should pick a default TCP port for RSocket. Is there some process you go about getting a port, or picking/suggesting a port?
The rsocket website javascript link points to the old reactivestreams one - that should probably updated. Also, we should probably have reactivestreams.io forward to rsocket.io
Implement the ext frames in javascript: https://github.com/rsocket/rsocket/tree/master/Extensions
Right now there isn't a way to signal when a connection is closed. There needs to be a callback that is called when a connection is closed so that you...
Hi, I'm able to get to the jumpbox ok, but I can't figure out how to ssh to instances from the jumpbox. I checked the documentation, and I can't find...
Hi, Been doing some testing with WebSockets and it looks like after a number of frames are sent that RXNetty is hanging. I changed the WebSocketClient test supply a range...