Marc Bracher
Marc Bracher
In case of an endless stream, I noticed that the listener on the page is removed after pausing a subscription but on the rust side the stream keeps going. The...
When creating an endless stream it does not get closed when (svelte) Client is unsubscribing (urql pause) or when the page is reloaded. Example of endless stream: ```rust #[Subscription] impl...
When trying to subscribe in GraphiQL I get the follwing error message: Your GraphiQL createFetcher is not properly configured for websocket subscriptions yet. Please provide subscriptionUrl, wsClient or legacyClient option...