You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-ios/SessionMessagingKit/Sending & Receiving/Pollers
Morgan Pretty 234694b292 Fixed a couple of BackgroundPoller behaviours
• Fixed an issue where the BackgroundPoller would fail if a single destination failed
  - This would suspend the network, then the other pending requests would error and automatically retry, attempting to create a new connection which could loop a number of times rapidly since the network was suspended
• Fixed an issue where the BackgroundPoller could incorrectly try to write to the database after it had been suspended
10 months ago
..
ClosedGroupPoller.swift Fixed a couple of BackgroundPoller behaviours 10 months ago
CurrentUserPoller.swift Fixed a couple of BackgroundPoller behaviours 10 months ago
OpenGroupPoller.swift Further fixes 10 months ago
Poller.swift Fixed a couple of BackgroundPoller behaviours 10 months ago