ParseLiveQuery-iOS-OSX
ParseLiveQuery-iOS-OSX copied to clipboard
Parse LiveQuery Client for iOS/OS X.
### New Pull Request Checklist - [x] I am not disclosing a [vulnerability](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/blob/master/SECURITY.md). - [x] I am creating this PR in reference to an [issue](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/issues?q=is%3Aissue). ### Issue Description Related issue:...
It continuously printing ParseLiveQuery: Received ping but we don't handle it...
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.8 to 2.0.5. Release notes Sourced from tzinfo's releases. v2.0.5 Changed DateTime results to always use the proleptic Gregorian calendar. This affects DateTime results prior to 1582-10-15...
Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.4.0 to 1.6.3. Release notes Sourced from cocoapods-downloader's releases. 1.6.3 Enhancements None. Bug Fixes None. 1.6.2 Enhancements None. Bug Fixes None. 1.6.1 Enhancements None. Bug Fixes None....
Installing through CocoaPods is old way... Please add support to the Swift package manager for better support.
@drdaz Could you please invite Parse Platform services[@]parseplatform.org as maintainer for pod [ParseLiveQuery](https://cocoapods.org/pods/ParseLiveQuery)?
fileprivate func subscriptionRecord(_ requestId: RequestId) -> SubscriptionRecord? { guard let recordIndex = self.subscriptions.index(where: { $0.requestId == requestId }) else { return nil } let record = self.subscriptions[recordIndex] return record.subscriptionHandler !=...
### New Issue Checklist - [X] I am not disclosing a [vulnerability](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/security/policy). - [X] I am not just asking a [question](https://github.com/parse-community/.github/blob/main/SUPPORT.md). - [X] I have searched through [existing issues](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/issues?q=is%3Aissue). -...
Bumps [activesupport](https://github.com/rails/rails) from 5.2.4.4 to 7.0.4.3. Release notes Sourced from activesupport's releases. v7.0.4.3 Active Support Implement SafeBuffer#bytesplice [CVE-2023-28120] Active Model No changes. Active Record No changes. Action View Ignore certain...