Open
Description
I want to use the Resume functionality on a load-balanced server.
Motivation
I can use a persistent ResumableFramesStore by configuring a store with the RSocketServerCustomizer.
However, I cannot provide a custom persistent SessionManager, which is why I receive "unknown resume token" exceptions.
Desired solution
Provide a way to implement a custom SessionManager.