itm / wsn-device-drivers

Drivers for Wireless Sensor Network Devices
Other
6 stars 4 forks source link

LockedInputStream fail to work when a read occurs when no data is available #43

Closed mlegenhausen closed 13 years ago

mlegenhausen commented 13 years ago

When you call the read() method without available check the read will block until something happens. When no a device call any method from the source InputStream it will also lock. This can only be solved by decoppling the whole inputstreams.

danbim commented 13 years ago

As this was solved differently this ticket is obsolete.