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
|
@ -39,7 +39,6 @@ fn main() {
|
|||
connection
|
||||
.send(
|
||||
Command::BitmapLinearAnd(0, bit_vec, CompressionCode::Lzma)
|
||||
.into(),
|
||||
)
|
||||
.unwrap();
|
||||
thread::sleep(sleep_duration);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue