Skip to content

Commit b372ee7

Browse files
authored
[rc] Mark ConfigUpdateListenerRegistration Sendable (#14244)
1 parent 01dc420 commit b372ee7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

FirebaseRemoteConfig/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Unreleased
2+
- [fixed] Mark ConfigUpdateListenerRegistration Sendable. (#14215)
3+
14
# 11.5.0
25
- [fixed] Mark two internal properties as `atomic` to prevent concurrency
36
related crash. (#13898)

FirebaseRemoteConfig/Sources/Public/FirebaseRemoteConfig/FIRRemoteConfig.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ extern NSString *const _Nonnull FIRRemoteConfigThrottledEndTimeInSecondsKey NS_S
3838
* RC backend is closed. Subsequently calling `addOnConfigUpdateListener` will re-open the
3939
* connection.
4040
*/
41+
NS_SWIFT_SENDABLE
4142
NS_SWIFT_NAME(ConfigUpdateListenerRegistration)
4243
@interface FIRConfigUpdateListenerRegistration : NSObject
4344
/**

0 commit comments

Comments
 (0)