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
stayConnectedInBackground parameter in Client setup. When the app will go to the background, start a background task to stay connected for 5 min. By default: true.
Changed
Renamed channel query method:
from Channel.query(pagination: Pagination, queryOptions: QueryOptions = [])
to Channel.query(pagination: Pagination = .none, options: QueryOptions = [])