actioncable-next 0.3.3 → 0.3.4

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
  SHA256:
3
- metadata.gz: 1b36ee2ec9c46a0f394fd64434e75a297ee3b4f69a16b8b319e118ee8055f7d6
4
- data.tar.gz: dc02ca5891bc93571147fe8ef4048ec6ec6830537d0d7c68d7a774a7a533383a
3
+ metadata.gz: 0c96729ed2ab0551d9a80227d267350458d3aa7dd2b25107b9184f5c9758431a
4
+ data.tar.gz: 49e3a132bc9e9c04c11eb108fcbdc5c91a278dc58f5f91de874bdb9a7206cc59
5
5
  SHA512:
6
- metadata.gz: 81ba40123c990cf98379327e4119a3ff9cdb6cb85306d196764bf03a6bc9df5a0361203cb45c8cd60296c37dde66b318f4557d996d1dcbdc7de312ffc70d74c5
7
- data.tar.gz: e25aa2cccda9fdb63cc96235a0f92bc2b8ce0e00202ae3170855363c2de3547c874eba8779b05b58e91c63edefbd6fe3aadd6302494ec1aa49ac936f1f139877
6
+ metadata.gz: 578663d9e40abd8e2b9c771ec105aa0ffcec4a908309b55308fb4354446703430180e352026a42c5d6b81ce731e25aca5d76556bb3bfbf09891a8d92bc80708a
7
+ data.tar.gz: 017e46e068e009bebe0718b5664111744421e5d2695b8d54d7acca43b37a429a221d12e8e10602f03868c4e294344e9ca10bcd7e01e897803122e5b92269fec9
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## main
4
4
 
5
+ ## 0.3.4
6
+
7
+ - Tolerate `#transmit` errors on `socket.close`.
8
+
5
9
  ## 0.3.3
6
10
 
7
11
  - Sync with upstream (Rails 8.2.0.alpha).
@@ -133,7 +133,7 @@ module ActionCable
133
133
  type: ActionCable::INTERNAL[:message_types][:disconnect],
134
134
  reason: reason,
135
135
  reconnect: reconnect
136
- )
136
+ ) rescue nil
137
137
  socket.close
138
138
  end
139
139
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActionCableNext
4
- VERSION = "0.3.3"
4
+ VERSION = "0.3.4"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: actioncable-next
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pratik Naik
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2026-05-20 00:00:00.000000000 Z
13
+ date: 2026-05-22 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport
@@ -167,7 +167,7 @@ licenses:
167
167
  - MIT
168
168
  metadata:
169
169
  bug_tracker_uri: https://github.com/anycable/actioncable-next
170
- changelog_uri: https://github.com/anycable/actioncable-next/blob/v0.3.3/CHANGELOG.md
170
+ changelog_uri: https://github.com/anycable/actioncable-next/blob/v0.3.4/CHANGELOG.md
171
171
  source_code_uri: https://github.com/anycable/actioncable-next
172
172
  rubygems_mfa_required: 'true'
173
173
  post_install_message: