mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-16 20:55:03 +01:00
use bytes::Bytes
This commit is contained in:
parent
c333f20531
commit
970fdbb9b5
5 changed files with 9 additions and 5 deletions
|
|
@ -95,7 +95,7 @@ impl Connection {
|
|||
&Frame {
|
||||
kind: FrameType::Method,
|
||||
channel,
|
||||
payload,
|
||||
payload: payload.into(),
|
||||
},
|
||||
&mut self.stream,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue