As per David Karnok's classification 5th generation reactive frameworks are described as below
Reactive-Streams will need extensions to support reactive IO operations in the form of bi-directional sequences (or channels).
operator-fusion by David Karnok's
RSocket definition goes as below
RSocket is an application protocol providing Reactive Streams semantics over an asynchronous, binary boundary. It enables the following symmetric interaction models via async message passing over a single connection: request/response (stream of 1) request/stream (finite/infinite stream of many) fire-and-forget (no response) channel (bi-directional streams)
So Is RSocket a fifth generation reactive framework?