You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit adds RSocketConnector and RSocketServer (io.rsocket.core) as
replacements for the now deprecated RSocketFactory (io.rsocket).
A key goal for the change is to avoid a class in the top-level package with
references to sub-packages which leads to package cycles, but also an
opportunity to review and improve the API.
Closesgh-778
Signed-off-by: Rossen Stoyanchev <[email protected]>
0 commit comments