shamblett / coap

A Coap package for dart
Other
16 stars 13 forks source link

Revert "feat(client): set default `InternetAddressType` to `any`" #64

Closed JKRhb closed 2 years ago

JKRhb commented 2 years ago

Reverts shamblett/coap#62

Resolves #63. In order to support both IPv4 and IPv6 by default a different solution seems to be needed.

vincent-iQontrol commented 2 years ago

No problem, the package is flexible enough to force it to ip4

JKRhb commented 2 years ago

No problem, the package is flexible enough to force it to ip4

Hmm, okay, then maybe only some documentation should be added so that people know how to solve errors that might occur?

vincent-iQontrol commented 2 years ago

or standard ip4 and an option for ip6, or can it be detected somehow?

JKRhb commented 2 years ago

Thanks for merging, @shamblett!

or can it be detected somehow?

That's a good idea, I'll try to revisit this aspect in the near future :)