okleine / nCoAP

Java implementation of the CoAP protocol using netty
BSD 3-Clause "New" or "Revised" License
179 stars 57 forks source link

Missing .equals() for CoAPMessage, Header and OptionList #5

Closed stefanhueske closed 12 years ago

stefanhueske commented 12 years ago

As a result, I am unable to compare CoAPMessages with .equals() in a test.

(note: I fixed this issue in my fork 135761c54ea262c85093ee65f7043ba3f8d6e8ee)