message_bus 4.3.2 → 4.3.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -99,6 +99,12 @@ describe MessageBus::Client do
99
99
  chunk2.length.must_equal 0
100
100
  end
101
101
 
102
+ it "does not raise an error when trying to write a message to a closed client using chunked encoding" do
103
+ @client.use_chunked = true
104
+ assert(@client.closed?)
105
+ @client << MessageBus::Message.new(1, 1, "/test", "test")
106
+ end
107
+
102
108
  it "does not bleed data across sites" do
103
109
  @client.site_id = "test"
104
110
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: message_bus
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.2
4
+ version: 4.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Saffron
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-13 00:00:00.000000000 Z
11
+ date: 2023-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack