You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
091 payload fragements rev must be a list of binaries.
Fix following crash:
```
crasher:
initial call: rabbit_writer:enter_mainloop/2
pid: <0.700.0>
registered_name: []
exception error: bad argument
in function size/1
called as size([<<0,83,119,160,3,0,1,2>>])
*** argument 1: not tuple or binary
in call from rabbit_binary_generator:build_content_frames/7 (rabbit_binary_generator.erl, line 89)
in call from rabbit_binary_generator:build_simple_content_frames/4 (rabbit_binary_generator.erl, line 61)
in call from rabbit_writer:assemble_frames/5 (rabbit_writer.erl, line 334)
in call from rabbit_writer:internal_send_command_async/3 (rabbit_writer.erl, line 365)
in call from rabbit_writer:handle_message/3 (rabbit_writer.erl, line 232)
in call from rabbit_writer:mainloop1/2 (rabbit_writer.erl, line 216)
in call from rabbit_writer:mainloop/2 (rabbit_writer.erl, line 207)
```
0 commit comments