dart-archive / sdk

The Dartino project was an experiment seeking to improve productivity when writing application code for embedded devices.
https://dartino.org
Other
332 stars 36 forks source link

Confusing use of different InternetAddress implementations #591

Closed christiansiegel closed 8 years ago

christiansiegel commented 8 years ago

For example, both the POSIX and the STM32 DatagramSocket use the same Datagram class, which in turn uses the os.InternetAddress. On the other hand, the STM32 DatagramSocket requires the STM32 InternetAddress for its send() method, since the os.InternetAddress does not expose the bytes list publicly.

christiansiegel commented 8 years ago

The reported issue is nonexistent. Sorry! Nevertheless, the use of two different implementations, which share the same name is confusing.