splitclient-rb 7.3.2.pre.rc1-java → 7.3.2.pre.rc2-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d8e568f9e8d4fdf7375be19b48cc4ac8b24df542
4
- data.tar.gz: fe9615e1c67942bdc52af65b71cb626fcfbcb54f
3
+ metadata.gz: 16d41224ffaa5d35b5e7b452a2874603466301a2
4
+ data.tar.gz: 88c70650b2948cef0cb93ea00c2453900ae27eee
5
5
  SHA512:
6
- metadata.gz: ecec530a3b6a0a2536757fb89f0aff10b4d74144dcbbe48a130d41ca4adb007f821915d194759a1c831cf1c0556afacec2531a4800b9d181149ee6880155a24a
7
- data.tar.gz: 296370641c6d160a9fa8cef6ce863772416a6a0acd0a9c10528f30c75db412a1560bce79a3f65108d048efd748f057213feaa642aebf16f098bf4ad729991091
6
+ metadata.gz: ce93919c5848f7394282caa57dc3dc2ab1a0818ddb4a73be206f5754debe613787c2983314b8f98e54c5bbb4aed0d6bffa3962a043fe907afc6a937a27a20583
7
+ data.tar.gz: 36d929f0894488db664d3b8fecb37e1e0f9f2014bf856edcce89d40ee041943f4e2c92bd82f9e596934314b800db5de4fa766e3d38de558b85ff183cd3b340d7
@@ -38,6 +38,7 @@ module SplitIoClient
38
38
  def close(action = Constants::PUSH_NONRETRYABLE_ERROR)
39
39
  dispatch_action(action)
40
40
  @connected.make_false
41
+ SplitIoClient::Helpers::ThreadHelper.stop(:connect_stream, @config)
41
42
  @socket&.close
42
43
  rescue StandardError => e
43
44
  @config.logger.error("SSEClient close Error: #{e.inspect}")
@@ -1,3 +1,3 @@
1
1
  module SplitIoClient
2
- VERSION = '7.3.2.pre.rc1'
2
+ VERSION = '7.3.2.pre.rc2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: splitclient-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.3.2.pre.rc1
4
+ version: 7.3.2.pre.rc2
5
5
  platform: java
6
6
  authors:
7
7
  - Split Software