Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
platforms/firmata/client: use io.ReadFull
This CL uses io.ReadFull to make sure exactly n bytes are read, and correctly handle io.EOF and co. Fixes hybridgroup#343. Signed-off-by: Sebastien Binet <[email protected]> Conflicts: platforms/firmata/client/client.go
- Loading branch information