Commit 6c76d06
committed
Fix decoding of MessagePack data
websocket-driver 0.8 changed the format in which it emits binary data
[1]:
> Emit binary message as a string with Encoding::BINARY instead of an array
> Add the option :binary_data_format to force the previous behaviour
[1] https://github.com/faye/websocket-driver-ruby/blob/main/CHANGELOG.md#080--2025-05-251 parent 1cc570b commit 6c76d06
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
| 260 | + | |
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| |||
0 commit comments