hybridgroup.gobot/platforms/firmata/client
Sebastien Binet f9f7ba6025 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 #343.

Signed-off-by: Sebastien Binet <seb.binet@gmail.com>

Conflicts:
	platforms/firmata/client/client.go
2016-12-02 00:01:37 +01:00
..
examples core: Use time.Sleep unless waiting for a timeout in a select 2016-11-05 13:05:49 +01:00
client.go platforms/firmata/client: use io.ReadFull 2016-12-02 00:01:37 +01:00
client_test.go core: Use time.Sleep unless waiting for a timeout in a select 2016-11-05 13:05:49 +01:00