only require into Packet for sendable data
This commit is contained in:
parent
0bc13fee81
commit
e9dc4b59d2
6 changed files with 11 additions and 11 deletions
|
@ -28,7 +28,6 @@ fn main() {
|
|||
field.clone(),
|
||||
CompressionCode::Lzma,
|
||||
)
|
||||
.into(),
|
||||
)
|
||||
.expect("could not send");
|
||||
thread::sleep(FRAME_PACING);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue