Is your feature request related to a problem? Please describe.
Using a WebSocket manager, it's getting ignored on SSR and fallback to REST, but my application is WebSocket only.
Describe the solution you'd like
I would like a solution to not provide data from SSR, just disabling REST and provide a Suspense until the client app got the data through the manager.
An other possibility is to allow managers on SSR.
Describe alternatives you've considered
Additional context
Using NextJS
Is your feature request related to a problem? Please describe.
Using a WebSocket manager, it's getting ignored on SSR and fallback to REST, but my application is WebSocket only.
Describe the solution you'd like
I would like a solution to not provide data from SSR, just disabling REST and provide a Suspense until the client app got the data through the manager.
An other possibility is to allow managers on SSR.
Describe alternatives you've considered
Additional context
Using NextJS