Update Cargo.lock

This commit is contained in:
timvisee
2018-02-20 00:07:09 +01:00
parent ed17d7f0ee
commit ecc1a8bc8b
2 changed files with 142 additions and 79 deletions

View File

@@ -89,8 +89,9 @@ impl Client {
self.stream.write("\r\n".as_bytes())?;
// Flush, make sure to clear the send buffer
// TODO: make flushing configurable
// TODO: make buffer size configurable
// TODO: only flush each 100 pixels?
// TODO: make flushing configurable?
// TODO: make buffer size configurable?
self.stream.flush()
.expect("failed to flush write buffer to server");