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
Hi. gql_web_socket_link has autoreconnect functionality which reruns all subscriptions from _requests list in order to resubscribe.
I'm playing around with subs functionality and wondering if it is possible to unsubscribe on app lifecycle stream. Technically there is no need to receive data from server if the app in paused state.
It would be great to have some stream param which can work like toggle to unsubscribe all when user pauses the app and resubscribe on getting back to the app.
The text was updated successfully, but these errors were encountered:
Just got here because of this error WebSocketChannelException: WebSocketChannelException: SocketException: Software caused connection abort (OS Error: Software caused connection abort, errno = 103), address = domain.com, port = 39608
and SocketException: Software caused connection abort (OS Error: Software caused connection abort, errno = 103), address = domain.com, port = 39608
dont really know how to fix it.
Hi.
gql_web_socket_link
has autoreconnect functionality which reruns all subscriptions from_requests
list in order to resubscribe.I'm playing around with subs functionality and wondering if it is possible to unsubscribe on app lifecycle stream. Technically there is no need to receive data from server if the app in
paused
state.It would be great to have some stream param which can work like toggle to unsubscribe all when user pauses the app and resubscribe on getting back to the app.
The text was updated successfully, but these errors were encountered: