splitclient-rb 7.0.4.pre.rc2-java → 7.0.4.pre.rc3-java
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fd87f938e0d74bb4faf177feb49849972889e5d6
|
4
|
+
data.tar.gz: 9688664e2908e4da58b18e0b7be14df1f195e423
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d332075f3806c6bcca59202d28bcaa6ed371ee91f4822dd3d5ea7aae189e1c486d9a0ffc3b5b41842705e91c744fb02fa617be26715e6b0b9795e9e31461cf7
|
7
|
+
data.tar.gz: 0b97cedea81959f33eeb41f84a4ac9fcdfce37228a67e98a449f460e4d0b5cdec2b360cf8eb907df08f73de0b6c8fceb44d7f8873064152187e8be1ddd4a1056
|
@@ -77,7 +77,7 @@ module SplitIoClient
|
|
77
77
|
def split_fetch
|
78
78
|
@split_fetcher = SplitFetcher.new(@splits_repository, @api_key, @metrics, @config, @sdk_blocker)
|
79
79
|
@split_fetcher.fetch_splits if @config.push_notification_enabled
|
80
|
-
@
|
80
|
+
@split_fetcher.call unless @config.push_notification_enabled
|
81
81
|
end
|
82
82
|
|
83
83
|
# Starts thread which loops constantly and stores segments in the segments_repository of choice
|