Commit dbbd2c1
committed
fix: encode topic len as LE in compute_message_id
According to the spec, the message ID should encode the topic len in little-endian.
Encoding it as big-endian doesn't make a practical difference, but it's better to follow the spec.1 parent e89b5ee commit dbbd2c1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
506 | 506 | | |
507 | 507 | | |
508 | 508 | | |
509 | | - | |
| 509 | + | |
510 | 510 | | |
511 | 511 | | |
512 | 512 | | |
| |||
0 commit comments